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