9 references to Position
PresentationCore (9)
MS\Internal\TextFormatting\TextStore.cs (9)
508int effectedRangeStart = Math.Max(cpFetched - offset, bounds[0].Position); 509int effectedRangeEnd = Math.Min(cpFetched - offset + runInfo.Length, bounds[bounds.Length - 1].Position); 516if (currentPosition < bounds[i].Position && currentEffectsCount > 0) 519int currentRangeEnd = Math.Min(bounds[i].Position, effectedRangeEnd); 553currentPosition = Math.Max(currentPosition, bounds[i + 1].Position); 585if (Position != other.Position) 586return Position - other.Position;