Base:
property
PropertyDescriptor
System.Windows.Forms.GridItem.PropertyDescriptor
Implemented interface member:
property
PropertyDescriptor
System.ComponentModel.ITypeDescriptorContext.PropertyDescriptor
1 override of PropertyDescriptor
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
161
public sealed override PropertyDescriptor
PropertyDescriptor
{ get; }
7 references to PropertyDescriptor
System.Windows.Forms (7)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (2)
1958
ComponentChangeService?.OnComponentChanging(owner,
PropertyDescriptor
);
1975
ComponentChangeService?.OnComponentChanged(owner,
PropertyDescriptor
);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (3)
233
PropertyDescriptor? propertyInfo = entry.
PropertyDescriptor
;
250
changeService.OnComponentChanging(owner, entry.
PropertyDescriptor
);
251
changeService.OnComponentChanged(owner, entry.
PropertyDescriptor
);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (2)
387
ComponentChangeService?.OnComponentChanging(owner, entry.
PropertyDescriptor
);
388
ComponentChangeService?.OnComponentChanged(owner, entry.
PropertyDescriptor
);