ClassPlatformIndependentFreezable
Class
Represents platform independent freezable object for both Silverlight and WPF.
Definition
Namespace:Telerik.Windows.Core
Assembly:Telerik.Windows.Scheduling.Core.dll
Syntax:
cs-api-definition
public abstract class PlatformIndependentFreezable : Freezable
Inheritance: objectPlatformIndependentFreezable
Derived Classes:
Constructors
PlatformIndependentFreezable()
Declaration
cs-api-definition
protected PlatformIndependentFreezable()
Methods
CreateInstanceCore()
Creates a new instance of the System.Windows.Freezable derived class.
Declaration
cs-api-definition
protected override Freezable CreateInstanceCore()
Returns
Freezable
The new instance.
CreateInstanceOverride()
When implemented in a derived class, creates a new instance of the Telerik.Windows.Core.PlatformIndependentFreezable derived class.
Declaration
cs-api-definition
protected abstract PlatformIndependentFreezable CreateInstanceOverride()
Returns
The new instance.