4 overrides of GetParent
PresentationFramework (4)
MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (1)
152
public override UIElement
GetParent
(Object selection)
MS\Internal\Annotations\Anchoring\TextSelectionProcessor.cs (1)
94
public override UIElement
GetParent
(Object selection)
MS\Internal\Annotations\Anchoring\TextViewSelectionProcessor.cs (1)
85
public override UIElement
GetParent
(Object selection)
MS\Internal\Annotations\Anchoring\TreeNodeSelectionProcessor.cs (1)
91
public override UIElement
GetParent
(Object selection)
1 reference to GetParent
PresentationFramework (1)
MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (1)
248
_parent = _selectionProcessor.
GetParent
(_attachedAnchor);