1 write to _xmlSpaceSetter
PresentationFramework (1)
System\Windows\Markup\XmlAttributeProperties.cs (1)
334
_xmlSpaceSetter
= typeof(XmlAttributeProperties).GetMethod("SetXmlSpace",
2 references to _xmlSpaceSetter
PresentationFramework (2)
System\Windows\Markup\XmlAttributeProperties.cs (2)
332
if (
_xmlSpaceSetter
== null)
337
return
_xmlSpaceSetter
;