Top "Markup-extensions" questions

Markup extensions are a XAML technique for obtaining a value that is neither a primitive nor a specific XAML type.

WPF - Getting a property value from a binding path

if I have an object say called MyObject, which has a property called MyChild, which itself has a property called …

wpf binding markup-extensions
Improved IValueConverter -- MarkupExtension or DependencyObject?

I saw online 2 different approaches to enhancing an IValueConverter. One of them extended a ValueConverter from MarkupExtension, the other from …

c# wpf ivalueconverter markup-extensions dependencyobject
How can I escape a single quote in a XAML markup extension property literal?

I have a value converter that formats numbers (I can't use SP1 yet unfortunately). It works fine until it gets …

.net xaml escaping markup-extensions
Bad start tag in img in head error

I am trying to validate my markup,following is my html code.When i validate it,says the error Error: …

html markup html4 markup-extensions
Xamarin.Forms.Xaml.XamlParseException: MarkupExtension not found

I am attempting to use a a custom markup extension with Xamarin forms in order to eventually having localization implemented. …

c# xaml xamarin.forms markup-extensions