3 references to SetStatusBox
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
1233SetStatusBox("", "");
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
4191this.ownerGrid.SetStatusBox(null, null); 4496this.ownerGrid.SetStatusBox(gridEntry.PropertyLabel,gridEntry.PropertyDescription);