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