1 write to _creationThread
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ComponentManagerBroker.cs (1)
267
_creationThread
= SafeNativeMethods.GetCurrentThreadId();
1 reference to _creationThread
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ComponentManagerBroker.cs (1)
474
if (_refCount == 1 && SafeNativeMethods.GetCurrentThreadId() ==
_creationThread
) {