Mike
Mike
Requesting a context menu, or a few toolbar buttons in the visual tree section. [https://www.jetbrains.com/rider/](JetBrains Rider) has [three toolbar buttons](https://www.jetbrains.com/help/rider/Project_Tool_Window.html#title_bar_buttons) on their "Explorer window" that I find _very_ useful, and...
### Summary When using the `Ctrl+Shift` mouseover feature, the behavior of Snoop differs depending on if you release the `Ctrl` key or the `Shift` key first. ### Test Project [Git...
Currently, Snoop will display, for each dependency property, the `Value Source` of the value. (I assume this comes from `DependencyPropertyHelper.GetValueSource`). While knowing that the value is `Inherited` is _absolutely_ useful,...
**Describe the solution you'd like** I am requesting a property or style that allows me to change a `GridView`'s header row background color. **Describe alternatives you've considered** I have found...
### Describe the bug When the following conditions are met, a misleading error message is produced. - The `RelayCommandAttribute` source generator attribute is used - The `CanExecute` property is set...
Given this markdown: ``` - [`cryptography` functions](#cryptography-functions) ``` `LinkInlineRenderer.Write` receives a `LinkInline` object, with a `Url` property of `"#cryptography-functions"`. [Line 30](https://github.com/Kryptos-FR/markdig.wpf/blob/develop/src/Markdig.Wpf/Renderers/Wpf/Inlines/LinkInlineRenderer.cs#L30) calls `Uri.IsWellFormedUriString` and since that returns `false`, the URI...
It would be nice if I wasn't **required** to use the `IWpfShell` marker interface to have the startup window. This requirement means that specific `Window` is _special_, and it is...
### Overview We already have the `[NotifyDataErrorInfo]` attribute, which adds source generation to validate this property. But since we can use custom validation methods to perform multi-property validation, we should...
Is there a list of keywords and/or reserved variable names? As in, names that I cannot import into the global model, or else it would interfere with built-in functionality. For...