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)
90PInvoke.GetWindowThreadProcessId(_control, out _thisProcessId); 161IntPtr handle = _control.HandleInternal; 166&& !_control.Contains(targetControl)) 181bool needCommit = targetControl is null || !IsSiblingControl(_control, targetControl);