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