4 references to ParentScope
PresentationCore (4)
MS\Internal\TextFormatting\TextStore.cs (4)
446_modifierScope = _modifierScope.ParentScope; 1169for (; scope != null; scope = scope.ParentScope) 2517modifierScope = modifierScope.ParentScope; 2690for (TextModifierScope currentScope = scope; currentScope != null; currentScope = currentScope.ParentScope)