1 write to _thisProcessId
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.MouseHook.cs (1)
90PInvoke.GetWindowThreadProcessId(_control, out _thisProcessId);
3 references to _thisProcessId
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.MouseHook.cs (3)
88if (_thisProcessId == 0) 168Debug.Assert(_thisProcessId != 0, "Didn't get our process id!"); 174if (pid != _thisProcessId)