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