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