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