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