1 write to control
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
7085
this.
control
= control;
5 references to control
System.Windows.Forms (5)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (5)
7149
SafeNativeMethods.GetWindowThreadProcessId(new HandleRef(
control
,
control
.Handle), out thisProcessID);
7229
IntPtr handle =
control
.Handle;
7234
if (hWndAtPoint != handle && !
control
.Contains(ctrlAtPoint)) {
7250
needCommit = ctrlAtPoint == null ? true : !gridView.IsSiblingControl(
control
, ctrlAtPoint);