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)
93
TextModifierScope top = new
TextModifierScope
(null, _modifier, _cp);
98
scope._parentScope = new
TextModifierScope
(null, source._modifier, source._cp);