4 references to ParentScope
PresentationCore (4)
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (4)
467
_modifierScope = _modifierScope.
ParentScope
;
1195
for (; scope != null; scope = scope.
ParentScope
)
2542
modifierScope = modifierScope.
ParentScope
;
2715
for (TextModifierScope currentScope = scope; currentScope != null; currentScope = currentScope.
ParentScope
)