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 ProxyValue dependency property.
Declaration
public static readonly DependencyProperty ProxyValueProperty
Field Value
System.Windows.DependencyProperty
|
Properties
ProxyValue
Gets or sets the value to be exposed by the proxy.
Declaration
public object ProxyValue { get; set; }
Property Value
System.Object
|
Methods
CreateInstanceCore()
Declaration
protected override Freezable CreateInstanceCore()
Returns
System.Windows.Freezable
|
FreezeCore(Boolean)
Makes the System.Windows.Freezable object unmodifiable or tests whether it can be made unmodifiable.
Declaration
protected override bool FreezeCore(bool isChecking)
Parameters
System.Boolean
isChecking
True to return an indication of whether the object can be frozen (without actually freezing it); false to actually freeze the object. |
Returns
System.Boolean
If |