3 references to TextModifierScope
PresentationCore (3)
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (1)
454_modifierScope = new TextModifierScope(
Core\CSharp\System\Windows\Media\TextFormatting\TextModifierScope.cs (2)
93TextModifierScope top = new TextModifierScope(null, _modifier, _cp); 98scope._parentScope = new TextModifierScope(null, source._modifier, source._cp);