Table of Contents

Method GetPinned

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

GetPinned(DependencyObject)

Indicates whether specifies object is already pinned.

public static HashSet<PropertyChangeNotifier> GetPinned(DependencyObject obj)

Parameters

obj DependencyObject

Specifies object to check.

Returns

HashSet<PropertyChangeNotifier>

true if object is pinned; otherwise false.