2 implementations of FContinueIdle
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Application.cs (1)
2016
bool UnsafeNativeMethods.IMsoComponentManager.
FContinueIdle
() {
winforms\Managed\System\WinForms\ComponentManagerBroker.cs (1)
583
bool UnsafeNativeMethods.IMsoComponentManager.
FContinueIdle
() {
2 references to FContinueIdle
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Application.cs (1)
127
return ThreadContext.FromCurrent().ComponentManager.
FContinueIdle
();
winforms\Managed\System\WinForms\ComponentManagerBroker.cs (1)
585
return _original.
FContinueIdle
();