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