InputBinding::GetAsFrozenCore Method (Freezable^)

.NET Framework (current version)
 

Makes the instance a frozen clone of the specified Freezable by using base (non-animated) property values.

Namespace:   System.Windows.Input
Assembly:  PresentationCore (in PresentationCore.dll)

protected:
virtual void GetAsFrozenCore(
	Freezable^ sourceFreezable
) override

Parameters

sourceFreezable
Type: System.Windows::Freezable^

The object to clone.

.NET Framework
Available since 4.0
Return to top
Show: