1 write to _control
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.MouseHook.cs (1)
27
_control
= control;
4 references to _control
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.MouseHook.cs (4)
90
PInvoke.GetWindowThreadProcessId(
_control
, out _thisProcessId);
161
IntPtr handle =
_control
.HandleInternal;
166
&& !
_control
.Contains(targetControl))
181
bool needCommit = targetControl is null || !IsSiblingControl(
_control
, targetControl);