Base:
property
PropertyDescriptor
System.Windows.Forms.PropertyGridInternal.GridEntry.PropertyDescriptor
4 references to PropertyDescriptor
System.Windows.Forms (4)
winforms\Managed\System\WinForms\PropertyGrid.cs (3)
2758if (selectedEntry != null && selectedEntry.PropertyDescriptor != null && selectedEntry.PropertyDescriptor.Attributes != null) { 2763DispIdAttribute dispIdAttr = (DispIdAttribute)selectedEntry.PropertyDescriptor.Attributes[(typeof(DispIdAttribute))];
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
5606PropertyDescriptor pd = entry.PropertyDescriptor;