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