2 references to Position
PresentationCore (2)
System\Windows\Media\FormattedText.cs (2)
1650int x0 = Math.Max(enumerator.Position, startIndex); 1651int x1 = Math.Min(enumerator.Position + enumerator.Length, startIndex + count);