MouseBinding.GetCurrentValueAsFrozenCore(Freezable) Method

Definition

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

protected:
 override void GetCurrentValueAsFrozenCore(System::Windows::Freezable ^ sourceFreezable);
protected override void GetCurrentValueAsFrozenCore (System.Windows.Freezable sourceFreezable);
override this.GetCurrentValueAsFrozenCore : System.Windows.Freezable -> unit
Protected Overrides Sub GetCurrentValueAsFrozenCore (sourceFreezable As Freezable)

Parameters

sourceFreezable
Freezable

The object to clone.

Applies to