[]
        
(Showing Draft Content)

C1.WPF.Binding.C1StaticResource.ProvideValue

ProvideValue Method

ProvideValue(IServiceProvider)

Returns an object that is provided as the value of this markup extension.

Declaration
public override object ProvideValue(IServiceProvider serviceProvider)
Parameters
Type Name Description
IServiceProvider serviceProvider

A service provider helper that can provide services for the markup extension.

Returns
Type Description
object

The object value to set on the property where the extension is applied.

Overrides