1 write to s_currentProcessId
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ControlDesigner.cs (1)
2456
s_currentProcessId
= PInvoke.GetCurrentProcessId();
2 references to s_currentProcessId
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ControlDesigner.cs (2)
2454
if (
s_currentProcessId
== 0)
2459
return
s_currentProcessId
;