IMarkupExtension<T> public interface IMarkupExtension<T> : IMarkupExtension Provides a base class for XAML markup extension implementations Documentation Code T ProvideValue(IServiceProvider serviceProvider) When implemented in a derived class, returns an object that is provided as the value of the target property for this markup extension.