1 override of PropertyDescription
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
259public override string PropertyDescription {
3 references to PropertyDescription
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (2)
2762return owner.PropertyDescription; 2769return owner.PropertyDescription;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
4496this.ownerGrid.SetStatusBox(gridEntry.PropertyLabel,gridEntry.PropertyDescription);