4 references to ParentScope
PresentationCore (4)
MS\Internal\TextFormatting\TextStore.cs (4)
461
_modifierScope = _modifierScope.
ParentScope
;
1184
for (; scope != null; scope = scope.
ParentScope
)
2532
modifierScope = modifierScope.
ParentScope
;
2705
for (TextModifierScope currentScope = scope; currentScope != null; currentScope = currentScope.
ParentScope
)