New to Telerik UI for WPFStart a free 30-day trial

Represents platform independent freezable object for both Silverlight and WPF.

Definition

Namespace:Telerik.Windows.Core

Assembly:Telerik.Windows.Scheduling.Core.dll

Syntax:

C#
public abstract class PlatformIndependentFreezable : Freezable

Inheritance: objectPlatformIndependentFreezable

Derived Classes: ColumnDefinitionBaseSchedulingBehaviorBaseSchedulingLinkBehaviorTimeRulerLineVisibleRange

Constructors

C#
protected PlatformIndependentFreezable()

Methods

Creates a new instance of the System.Windows.Freezable derived class.

C#
protected override Freezable CreateInstanceCore()
Returns:

Freezable

The new instance.

When implemented in a derived class, creates a new instance of the Telerik.Windows.Core.PlatformIndependentFreezable derived class.

C#
protected abstract PlatformIndependentFreezable CreateInstanceOverride()
Returns:

PlatformIndependentFreezable

The new instance.