1 write to XmlSpace
PresentationBuildTasks (1)
Framework\System\Windows\Markup\XamlReaderHelper.cs (1)
2296
ParserContext.
XmlSpace
= xmlSpace;
8 references to XmlSpace
PresentationBuildTasks (8)
Framework\System\Windows\Markup\ParserContext.cs (4)
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
);
Framework\System\Windows\Markup\XamlReaderHelper.cs (4)
1239
if (null != ParserContext.
XmlSpace
&&
1240
ParserContext.
XmlSpace
.Equals("preserve"))
6457
if (preserveText || (null != ParserContext.
XmlSpace
&&
6458
ParserContext.
XmlSpace
.Equals("preserve")))