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