7 types derived from XPropertyDescriptor
System.Xml.Linq (7)
System\Xml\Linq\XComponentModel.cs (7)
116
class XElementAttributePropertyDescriptor :
XPropertyDescriptor
<XElement, object>
158
class XElementDescendantsPropertyDescriptor :
XPropertyDescriptor
<XElement, IEnumerable<XElement>>
201
class XElementElementPropertyDescriptor :
XPropertyDescriptor
<XElement, object>
256
class XElementElementsPropertyDescriptor :
XPropertyDescriptor
<XElement, IEnumerable<XElement>>
309
class XElementValuePropertyDescriptor :
XPropertyDescriptor
<XElement, string>
350
class XElementXmlPropertyDescriptor :
XPropertyDescriptor
<XElement, string>
369
class XAttributeValuePropertyDescriptor :
XPropertyDescriptor
<XAttribute, string>