Class DynamicResourceProxy
Provides a mechanism to proxy dynamic resources in order to be converted or manipulated in xaml.
Inheritance
Namespace: Telerik.Windows.Controls.MarkupExtensions
Assembly: Telerik.Windows.Controls.dll
Syntax
public class DynamicResourceProxy : Freezable
Constructors
DynamicResourceProxy()
Declaration
public DynamicResourceProxy()
Fields
ProxyValueProperty
Identifies the Proxy
Declaration
public static readonly DependencyProperty ProxyValueProperty
Field Value
System.
|
Properties
ProxyValue
Gets or sets the value to be exposed by the proxy.
Declaration
public object ProxyValue { get; set; }
Property Value
System.
|
Methods
CreateInstanceCore()
Declaration
protected override Freezable CreateInstanceCore()
Returns
System.
|
FreezeCore(Boolean)
Makes the System.
Declaration
protected override bool FreezeCore(bool isChecking)
Parameters
System. True to return an indication of whether the object can be frozen (without actually freezing it); false to actually freeze the object. |
Returns
System. If |