4 overrides of GetAnchorPoint
PresentationFramework (4)
MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (1)
167
public override Point
GetAnchorPoint
(Object selection)
MS\Internal\Annotations\Anchoring\TextSelectionProcessor.cs (1)
106
public override Point
GetAnchorPoint
(Object selection)
MS\Internal\Annotations\Anchoring\TextViewSelectionProcessor.cs (1)
101
public override Point
GetAnchorPoint
(Object selection)
MS\Internal\Annotations\Anchoring\TreeNodeSelectionProcessor.cs (1)
110
public override Point
GetAnchorPoint
(Object selection)
1 reference to GetAnchorPoint
PresentationFramework (1)
MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (1)
193
Point pt = _selectionProcessor.
GetAnchorPoint
(_attachedAnchor);