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)
474if (_refCount == 1 && SafeNativeMethods.GetCurrentThreadId() == _creationThread) {