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