Class
DynamicResourceProxy

Provides a mechanism to proxy dynamic resources in order to be converted or manipulated in xaml.

Definition

Namespace:Telerik.Windows.Controls.MarkupExtensions

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
public class DynamicResourceProxy : Freezable

Inheritance: objectDynamicResourceProxy

Constructors

DynamicResourceProxy()

Declaration

cs-api-definition
public DynamicResourceProxy()

Fields

ProxyValueProperty

Identifies the ProxyValue dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ProxyValueProperty

Field Value

DependencyProperty

Properties

ProxyValue

Gets or sets the value to be exposed by the proxy.

Declaration

cs-api-definition
public object ProxyValue { get; set; }

Property Value

object

Methods

CreateInstanceCore()

Declaration

cs-api-definition
protected override Freezable CreateInstanceCore()

Returns

Freezable

FreezeCore(bool)

Makes the Freezable object unmodifiable or tests whether it can be made unmodifiable.

Declaration

cs-api-definition
protected override bool FreezeCore(bool isChecking)

Parameters

isChecking

bool

True to return an indication of whether the object can be frozen (without actually freezing it); false to actually freeze the object.

Returns

bool

If isChecking is true, this method returns true if the Freezable can be made unmodifiable, or false if it cannot be made unmodifiable. If isChecking is false, this method returns true if the if the specified Freezable is now unmodifiable, or false if it cannot be made unmodifiable.