4 overrides of GetAnchorPoint
PresentationFramework (4)
MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (1)
168
public override Point
GetAnchorPoint
(Object selection)
MS\Internal\Annotations\Anchoring\TextSelectionProcessor.cs (1)
107
public override Point
GetAnchorPoint
(Object selection)
MS\Internal\Annotations\Anchoring\TextViewSelectionProcessor.cs (1)
102
public override Point
GetAnchorPoint
(Object selection)
MS\Internal\Annotations\Anchoring\TreeNodeSelectionProcessor.cs (1)
111
public override Point
GetAnchorPoint
(Object selection)
1 reference to GetAnchorPoint
PresentationFramework (1)
MS\Internal\Annotations\Anchoring\AttachedAnnotation.cs (1)
194
Point pt = _selectionProcessor.
GetAnchorPoint
(_attachedAnchor);