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)
5439
Point clientPoint =
_owningPropertyGrid
.PointToClient(new Point((int)x, (int)y));
5441
var element =
_owningPropertyGrid
.GetElementFromPoint(clientPoint);
5522
if (
_owningPropertyGrid
.ToolbarVisible) {
5524
return
_owningPropertyGrid
.ToolbarAccessibleObject;
5530
if (
_owningPropertyGrid
.GridViewVisible) {
5532
return
_owningPropertyGrid
.GridViewAccessibleObject;
5538
if (
_owningPropertyGrid
.CommandsVisible) {
5540
return
_owningPropertyGrid
.HotCommandsAccessibleObject;
5546
if (
_owningPropertyGrid
.HelpVisible) {
5548
return
_owningPropertyGrid
.HelpAccessibleObject;
5562
if (
_owningPropertyGrid
.ToolbarVisible) {
5566
if (
_owningPropertyGrid
.GridViewVisible) {
5570
if (
_owningPropertyGrid
.CommandsVisible) {
5574
if (
_owningPropertyGrid
.HelpVisible) {