1 write to _owningPropertyGrid
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\DropDownButton.cs (1)
239
_owningPropertyGrid
= owningDropDownButton.Parent as PropertyGridView;
4 references to _owningPropertyGrid
System.Windows.Forms (4)
winforms\Managed\System\WinForms\PropertyGridInternal\DropDownButton.cs (4)
255
_owningPropertyGrid
.SelectedGridEntry != null &&
257
return
_owningPropertyGrid
.SelectedGridEntry?.AccessibilityObject;
260
return
_owningPropertyGrid
.EditAccessibleObject;
271
return
_owningPropertyGrid
.AccessibilityObject;