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