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