2 writes to _parentScope
PresentationCore (2)
System\Windows\Media\textformatting\TextModifierScope.cs (2)
35_parentScope = parentScope; 90scope._parentScope = new TextModifierScope(null, source._modifier, source._cp);
5 references to _parentScope
PresentationCore (5)
System\Windows\Media\textformatting\TextModifierScope.cs (5)
45get { return _parentScope; } 72for (TextModifierScope scope = this; scope != null; scope = scope._parentScope) 88for (TextModifierScope source = _parentScope; source != null; source = source._parentScope) 91scope = scope._parentScope;