3 writes to XmlSpace
PresentationFramework (3)
System\Windows\Markup\BamlRecordReader.cs (2)
2717
ParserContext.
XmlSpace
= attribValue;
2748
ParserContext.
XmlSpace
= attribValue;
System\Windows\Markup\ParserContext.cs (1)
143
XmlSpace
= xmlReader.XmlSpace.ToString();
5 references to XmlSpace
PresentationFramework (5)
System\Windows\Markup\ParserContext.cs (5)
157
_xmlSpace = parserContext.
XmlSpace
;
432
if (parserContext.
XmlSpace
!= null && parserContext.
XmlSpace
.Length != 0)
439
xmlSpace = (System.Xml.XmlSpace)typeConverter.ConvertFromString(null, TypeConverterHelper.InvariantEnglishUS, parserContext.
XmlSpace
);
491
_langSpaceStack.Push(
XmlSpace
);