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