4 references to ParentScope
PresentationCore (4)
MS\Internal\TextFormatting\TextStore.cs (4)
445_modifierScope = _modifierScope.ParentScope; 1168for (; scope != null; scope = scope.ParentScope) 2516modifierScope = modifierScope.ParentScope; 2689for (TextModifierScope currentScope = scope; currentScope != null; currentScope = currentScope.ParentScope)