10 references to PropertyGrid
System.Windows.Forms.Design (10)
System\ComponentModel\Design\CollectionEditor.FilterListBox.cs (10)
55if (PropertyGrid is not null) 57PropertyGrid.Focus(); 58PInvoke.SetFocus(PropertyGrid); 66if (PropertyGrid.Focused || PropertyGrid.ContainsFocus) 82if (PropertyGrid is not null) 84PropertyGrid.Focus(); 85PInvoke.SetFocus(PropertyGrid); 94if (PropertyGrid.Focused || PropertyGrid.ContainsFocus)