3 writes to XmlSpace
PresentationFramework (3)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (2)
2750
ParserContext.
XmlSpace
= attribValue;
2781
ParserContext.
XmlSpace
= attribValue;
src\Framework\System\Windows\Markup\ParserContext.cs (1)
153
XmlSpace
= xmlReader.XmlSpace.ToString();
5 references to XmlSpace
PresentationFramework (5)
src\Framework\System\Windows\Markup\ParserContext.cs (5)
167
_xmlSpace = parserContext.
XmlSpace
;
449
if (parserContext.
XmlSpace
!= null && parserContext.
XmlSpace
.Length != 0)
456
xmlSpace = (System.Xml.XmlSpace)typeConverter.ConvertFromString(null, TypeConverterHelper.InvariantEnglishUS, parserContext.
XmlSpace
);
507
_langSpaceStack.Push(
XmlSpace
);