1 write to _containingScope
PresentationFramework (1)
System\Windows\Markup\Primitives\MarkupWriter.cs (1)
1315_containingScope = containingScope;
11 references to _containingScope
PresentationFramework (11)
System\Windows\Markup\Primitives\MarkupWriter.cs (11)
1324else if (_containingScope != null) 1325return _containingScope.XmlnsSpacePreserve; 1346if( _containingScope == null ) 1357else if( ((bool)_xmlnsSpacePreserve) != _containingScope.XmlnsSpacePreserve ) 1366Debug.Assert( ((bool)_xmlnsSpacePreserve) == _containingScope.XmlnsSpacePreserve , 1377if (_containingScope != null) 1378return _containingScope.GetPrefixOf(uri); 1387if (_containingScope != null) 1388return _containingScope.GetUriOf(prefix); 1442if (_containingScope != null) 1443foreach (Mapping mapping in _containingScope.EnumerateAllMappings)