1 write to _owningPropertyGrid
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridToolStripButton.PropertyGridToolStripButtonAccessibleObject.cs (1)
18
_owningPropertyGrid
= owningToolStripButton._owningPropertyGrid;
2 references to _owningPropertyGrid
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridToolStripButton.PropertyGridToolStripButtonAccessibleObject.cs (2)
42
if (
_owningPropertyGrid
is null || !
_owningPropertyGrid
.IsHandleCreated)