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