3 writes to XmlSpace
PresentationFramework (3)
System\Windows\Markup\BamlRecordReader.cs (2)
2700
ParserContext.
XmlSpace
= attribValue;
2731
ParserContext.
XmlSpace
= attribValue;
System\Windows\Markup\ParserContext.cs (1)
139
XmlSpace
= xmlReader.XmlSpace.ToString();
5 references to XmlSpace
PresentationFramework (5)
System\Windows\Markup\ParserContext.cs (5)
153
_xmlSpace = parserContext.
XmlSpace
;
426
if (parserContext.
XmlSpace
!= null && parserContext.
XmlSpace
.Length != 0)
433
xmlSpace = (System.Xml.XmlSpace)typeConverter.ConvertFromString(null, TypeConverterHelper.InvariantEnglishUS, parserContext.
XmlSpace
);
485
_langSpaceStack.Push(
XmlSpace
);