2 references to TextEffectBoundary
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (2)
524bounds[2 * i] = new TextEffectBoundary(effect.PositionStart, true); // effect starting boundary 525bounds[2 * i + 1] = new TextEffectBoundary(effect.PositionStart + effect.PositionCount, false); // effect end boundary