5 references to IsStart
PresentationCore (5)
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (5)
569
currentEffectsCount += (bounds[i].
IsStart
? 1 : -1);
574
Invariant.Assert(bounds[i + 1].
IsStart
);
610
if (
IsStart
== other.
IsStart
) return 0;
613
return
IsStart
? -1 : 1;