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