1 write to _owningItem
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
6212
_owningItem
= owningItem;
3 references to _owningItem
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (3)
6281
return _owningGridViewListBox.Items.IndexOf(
_owningItem
);
6357
return
_owningItem
.ToString();
6386
runtimeId[2] =
_owningItem
.GetHashCode();