2 instantiations of TextEffectBoundary
PresentationCore (2)
MS\Internal\TextFormatting\TextStore.cs (2)
518bounds[2 * i] = new TextEffectBoundary(effect.PositionStart, true); // effect starting boundary 519bounds[2 * i + 1] = new TextEffectBoundary(effect.PositionStart + effect.PositionCount, false); // effect end boundary
4 references to TextEffectBoundary
PresentationCore (4)
MS\Internal\TextFormatting\TextStore.cs (4)
514TextEffectBoundary[] bounds = new TextEffectBoundary[textEffectsCount * 2]; 578private struct TextEffectBoundary : IComparable<TextEffectBoundary> 599public int CompareTo(TextEffectBoundary other)