2 writes to _parentScope
PresentationCore (2)
System\Windows\Media\textformatting\TextModifierScope.cs (2)
41_parentScope = parentScope; 96scope._parentScope = new TextModifierScope(null, source._modifier, source._cp);
5 references to _parentScope
PresentationCore (5)
System\Windows\Media\textformatting\TextModifierScope.cs (5)
51get { return _parentScope; } 78for (TextModifierScope scope = this; scope != null; scope = scope._parentScope) 94for (TextModifierScope source = _parentScope; source != null; source = source._parentScope) 97scope = scope._parentScope;