1 write to thisProcessID
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
7149SafeNativeMethods.GetWindowThreadProcessId(new HandleRef(control, control.Handle), out thisProcessID);
3 references to thisProcessID
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (3)
7148if (thisProcessID == 0) { 7235Debug.Assert(thisProcessID != 0, "Didn't get our process id!"); 7242if (pid != thisProcessID) {