1 write to _owningPropertyGrid
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
5424_owningPropertyGrid = owningPropertyGrid;
14 references to _owningPropertyGrid
System.Windows.Forms (14)
winforms\Managed\System\WinForms\PropertyGrid.cs (14)
5439Point clientPoint = _owningPropertyGrid.PointToClient(new Point((int)x, (int)y)); 5441var element = _owningPropertyGrid.GetElementFromPoint(clientPoint); 5522if (_owningPropertyGrid.ToolbarVisible) { 5524return _owningPropertyGrid.ToolbarAccessibleObject; 5530if (_owningPropertyGrid.GridViewVisible) { 5532return _owningPropertyGrid.GridViewAccessibleObject; 5538if (_owningPropertyGrid.CommandsVisible) { 5540return _owningPropertyGrid.HotCommandsAccessibleObject; 5546if (_owningPropertyGrid.HelpVisible) { 5548return _owningPropertyGrid.HelpAccessibleObject; 5562if (_owningPropertyGrid.ToolbarVisible) { 5566if (_owningPropertyGrid.GridViewVisible) { 5570if (_owningPropertyGrid.CommandsVisible) { 5574if (_owningPropertyGrid.HelpVisible) {