1 write to _cp
PresentationCore (1)
Core\CSharp\System\Windows\Media\TextFormatting\TextModifierScope.cs (1)
45_cp = cp;
3 references to _cp
PresentationCore (3)
Core\CSharp\System\Windows\Media\TextFormatting\TextModifierScope.cs (3)
69get { return _cp; } 93TextModifierScope top = new TextModifierScope(null, _modifier, _cp); 98scope._parentScope = new TextModifierScope(null, source._modifier, source._cp);