Class PlatformIndependentFreezable
Represents platform independent freezable object for both Silverlight and WPF.
Inheritance
System.Object
PlatformIndependentFreezable
Namespace: Telerik.Windows.Core
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public abstract class PlatformIndependentFreezable : DependencyObject
Constructors
PlatformIndependentFreezable()
Declaration
protected PlatformIndependentFreezable()
Methods
CreateInstanceOverride()
When implemented in a derived class, creates a new instance of the Telerik.Windows.Core.PlatformIndependentFreezable derived class.
Declaration
protected abstract PlatformIndependentFreezable CreateInstanceOverride()
Returns
PlatformIndependentFreezable
The new instance. |