2 writes to _parentScope
PresentationCore (2)
Core\CSharp\System\Windows\Media\TextFormatting\TextModifierScope.cs (2)
43
_parentScope
= parentScope;
98
scope.
_parentScope
= new TextModifierScope(null, source._modifier, source._cp);
5 references to _parentScope
PresentationCore (5)
Core\CSharp\System\Windows\Media\TextFormatting\TextModifierScope.cs (5)
53
get { return
_parentScope
; }
80
for (TextModifierScope scope = this; scope != null; scope = scope.
_parentScope
)
96
for (TextModifierScope source =
_parentScope
; source != null; source = source.
_parentScope
)
99
scope = scope.
_parentScope
;