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