3 writes to XmlSpace
PresentationFramework (3)
System\Windows\Markup\BamlRecordReader.cs (2)
2701
ParserContext.
XmlSpace
= attribValue;
2732
ParserContext.
XmlSpace
= attribValue;
System\Windows\Markup\ParserContext.cs (1)
140
XmlSpace
= xmlReader.XmlSpace.ToString();
5 references to XmlSpace
PresentationFramework (5)
System\Windows\Markup\ParserContext.cs (5)
154
_xmlSpace = parserContext.
XmlSpace
;
427
if (parserContext.
XmlSpace
!= null && parserContext.
XmlSpace
.Length != 0)
434
xmlSpace = (System.Xml.XmlSpace)typeConverter.ConvertFromString(null, TypeConverterHelper.InvariantEnglishUS, parserContext.
XmlSpace
);
486
_langSpaceStack.Push(
XmlSpace
);