5 references to IsStart
PresentationCore (5)
MS\Internal\TextFormatting\TextStore.cs (5)
563
currentEffectsCount += (bounds[i].
IsStart
? 1 : -1);
568
Invariant.Assert(bounds[i + 1].
IsStart
);
604
if (
IsStart
== other.
IsStart
) return 0;
607
return
IsStart
? -1 : 1;