4 overrides of GetAnchorPoint
PresentationFramework (4)
MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (1)
179
public override Point
GetAnchorPoint
(Object selection)
MS\Internal\Annotations\Anchoring\TextSelectionProcessor.cs (1)
117
public override Point
GetAnchorPoint
(Object selection)
MS\Internal\Annotations\Anchoring\TextViewSelectionProcessor.cs (1)
114
public override Point
GetAnchorPoint
(Object selection)
MS\Internal\Annotations\Anchoring\TreeNodeSelectionProcessor.cs (1)
118
public override Point
GetAnchorPoint
(Object selection)
1 reference to GetAnchorPoint
PresentationFramework (1)
MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (1)
200
Point pt = _selectionProcessor.
GetAnchorPoint
(_attachedAnchor);