3 references to SetStatusBox
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
982SetStatusBox(string.Empty, string.Empty);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
4098OwnerGrid.SetStatusBox(title: null, description: null); 4398OwnerGrid.SetStatusBox(gridEntry.PropertyLabel, gridEntry.PropertyDescription);