Freezable::CreateInstanceCore Method ()
.NET Framework (current version)
When implemented in a derived class, creates a new instance of the Freezable derived class.
Assembly: WindowsBase (in WindowsBase.dll)
Do not call this method directly (except when calling base in an implementation). This method is called internally by the CreateInstance method whenever a new instance of the Freezable is created.
Notes to Inheritors:
Every Freezable derived class must implement this method. A typical implementation is to simply call the default constructor and return the result.
.NET Framework
Available since 3.0
Available since 3.0
Show: