1 override of PropertyDescriptor
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
605public override PropertyDescriptor? PropertyDescriptor => null;
4 references to PropertyDescriptor
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
2945if (changedItem.PropertyDescriptor?.PropertyType is { } propertyType
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (3)
897if (e.ChangedItem!.PropertyDescriptor!.Name.Equals("HeaderText")) 919else if (e.ChangedItem.PropertyDescriptor.Name.Equals("DataPropertyName")) 933else if (e.ChangedItem.PropertyDescriptor.Name.Equals("Name"))