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:
Constructors
C#
protected PlatformIndependentFreezable()
Methods
CreateInstanceCore()
Freezable
Creates a new instance of the System.Windows.Freezable derived class.
C#
protected override Freezable CreateInstanceCore()
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()
The new instance.