1 write to _containingScope
PresentationFramework (1)
src\Framework\System\Windows\Markup\Primitives\MarkupWriter.cs (1)
1329_containingScope = containingScope;
11 references to _containingScope
PresentationFramework (11)
src\Framework\System\Windows\Markup\Primitives\MarkupWriter.cs (11)
1338else if (_containingScope != null) 1339return _containingScope.XmlnsSpacePreserve; 1360if( _containingScope == null ) 1371else if( ((bool)_xmlnsSpacePreserve) != _containingScope.XmlnsSpacePreserve ) 1380Debug.Assert( ((bool)_xmlnsSpacePreserve) == _containingScope.XmlnsSpacePreserve , 1391if (_containingScope != null) 1392return _containingScope.GetPrefixOf(uri); 1401if (_containingScope != null) 1402return _containingScope.GetUriOf(prefix); 1456if (_containingScope != null) 1457foreach (Mapping mapping in _containingScope.EnumerateAllMappings)