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)
1338
else if (
_containingScope
!= null)
1339
return
_containingScope
.XmlnsSpacePreserve;
1360
if(
_containingScope
== null )
1371
else if( ((bool)_xmlnsSpacePreserve) !=
_containingScope
.XmlnsSpacePreserve )
1380
Debug.Assert( ((bool)_xmlnsSpacePreserve) ==
_containingScope
.XmlnsSpacePreserve ,
1391
if (
_containingScope
!= null)
1392
return
_containingScope
.GetPrefixOf(uri);
1401
if (
_containingScope
!= null)
1402
return
_containingScope
.GetUriOf(prefix);
1456
if (
_containingScope
!= null)
1457
foreach (Mapping mapping in
_containingScope
.EnumerateAllMappings)