1 write to _containingScope
PresentationFramework (1)
System\Windows\Markup\Primitives\MarkupWriter.cs (1)
1310_containingScope = containingScope;
11 references to _containingScope
PresentationFramework (11)
System\Windows\Markup\Primitives\MarkupWriter.cs (11)
1319else if (_containingScope != null) 1320return _containingScope.XmlnsSpacePreserve; 1341if( _containingScope == null ) 1352else if( ((bool)_xmlnsSpacePreserve) != _containingScope.XmlnsSpacePreserve ) 1361Debug.Assert( ((bool)_xmlnsSpacePreserve) == _containingScope.XmlnsSpacePreserve , 1372if (_containingScope != null) 1373return _containingScope.GetPrefixOf(uri); 1382if (_containingScope != null) 1383return _containingScope.GetUriOf(prefix); 1437if (_containingScope != null) 1438foreach (Mapping mapping in _containingScope.EnumerateAllMappings)