9 references to Position
PresentationCore (9)
MS\Internal\TextFormatting\TextStore.cs (9)
524
int effectedRangeStart = Math.Max(cpFetched - offset, bounds[0].
Position
);
525
int effectedRangeEnd = Math.Min(cpFetched - offset + runInfo.Length, bounds[bounds.Length - 1].
Position
);
532
if (currentPosition < bounds[i].
Position
&& currentEffectsCount > 0)
535
int currentRangeEnd = Math.Min(bounds[i].
Position
, effectedRangeEnd);
569
currentPosition = Math.Max(currentPosition, bounds[i + 1].
Position
);
601
if (
Position
!= other.
Position
)
602
return
Position
- other.
Position
;