4 references to GetNormalizedPosition
PresentationFramework (4)
System\Windows\Documents\TextRangeBase.cs (4)
1709
start =
GetNormalizedPosition
(thisRange, start, start.LogicalDirection);
1715
start =
GetNormalizedPosition
(thisRange, start, LogicalDirection.Forward);
1722
end =
GetNormalizedPosition
(thisRange, end, LogicalDirection.Backward);
1758
start =
GetNormalizedPosition
(thisRange, start, start.LogicalDirection);