9 references to Position
PresentationCore (9)
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (9)
530int effectedRangeStart = Math.Max(cpFetched - offset, bounds[0].Position); 531int effectedRangeEnd = Math.Min(cpFetched - offset + runInfo.Length, bounds[bounds.Length - 1].Position); 538if (currentPosition < bounds[i].Position && currentEffectsCount > 0) 541int currentRangeEnd = Math.Min(bounds[i].Position, effectedRangeEnd); 575currentPosition = Math.Max(currentPosition, bounds[i + 1].Position); 607if (Position != other.Position) 608return Position - other.Position;