3 references to Descriptor
PresentationFramework (3)
src\Framework\System\Windows\Controls\DataGridAutoGeneratingColumnEventArgs.cs (1)
35this(column, itemPropertyInfo.Name, itemPropertyInfo.PropertyType, itemPropertyInfo.Descriptor)
src\Framework\System\Windows\Controls\DataGridColumn.cs (2)
1217PropertyDescriptor pd = itemProperty.Descriptor as PropertyDescriptor; 1228PropertyInfo pi = itemProperty.Descriptor as PropertyInfo;