MouseBinding::GetCurrentValueAsFrozenCore Method (Freezable^)

.NET Framework (current version)
 

Creates the current instance a frozen clone of the specified Freezable. If the object has animated dependency properties, their current animated values are copied.

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

protected:
virtual void GetCurrentValueAsFrozenCore(
	Freezable^ sourceFreezable
) override

Parameters

sourceFreezable
Type: System.Windows::Freezable^

The object to clone.

.NET Framework
Available since 4.0
Return to top
Show: