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