4 references to GetNormalizedPosition
PresentationFramework (4)
System\Windows\Documents\TextRangeBase.cs (4)
1708
start =
GetNormalizedPosition
(thisRange, start, start.LogicalDirection);
1714
start =
GetNormalizedPosition
(thisRange, start, LogicalDirection.Forward);
1721
end =
GetNormalizedPosition
(thisRange, end, LogicalDirection.Backward);
1757
start =
GetNormalizedPosition
(thisRange, start, start.LogicalDirection);