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