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