3 writes to _ownerGridView
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\SingleSelectRootGridEntry.cs (3)
37
_ownerGridView
= ownerGridView;
143
set =>
_ownerGridView
= value;
203
_ownerGridView
= null!;
1 reference to _ownerGridView
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\SingleSelectRootGridEntry.cs (1)
142
get =>
_ownerGridView
;