4 references to GetNormalizedPosition
PresentationFramework (4)
src\Framework\System\Windows\Documents\TextRangeBase.cs (4)
1740
start =
GetNormalizedPosition
(thisRange, start, start.LogicalDirection);
1746
start =
GetNormalizedPosition
(thisRange, start, LogicalDirection.Forward);
1753
end =
GetNormalizedPosition
(thisRange, end, LogicalDirection.Backward);
1790
start =
GetNormalizedPosition
(thisRange, start, start.LogicalDirection);