1 write to _containingScope
PresentationFramework (1)
System\Windows\Markup\Primitives\MarkupWriter.cs (1)
1308_containingScope = containingScope;
11 references to _containingScope
PresentationFramework (11)
System\Windows\Markup\Primitives\MarkupWriter.cs (11)
1317else if (_containingScope != null) 1318return _containingScope.XmlnsSpacePreserve; 1339if( _containingScope == null ) 1350else if( ((bool)_xmlnsSpacePreserve) != _containingScope.XmlnsSpacePreserve ) 1359Debug.Assert( ((bool)_xmlnsSpacePreserve) == _containingScope.XmlnsSpacePreserve , 1370if (_containingScope != null) 1371return _containingScope.GetPrefixOf(uri); 1380if (_containingScope != null) 1381return _containingScope.GetUriOf(prefix); 1435if (_containingScope != null) 1436foreach (Mapping mapping in _containingScope.EnumerateAllMappings)