1 write to _thisProcessID
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\Behavior\BehaviorService.AdornerWindow.MouseHook.cs (1)
74PInvoke.GetWindowThreadProcessId(adornerWindow, out _thisProcessID);
3 references to _thisProcessID
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\Behavior\BehaviorService.AdornerWindow.MouseHook.cs (3)
71if (_thisProcessID == 0) 165Debug.Assert(_thisProcessID != 0, "Didn't get our process id!"); 171if (pid != _thisProcessID)