2 implementations of FDoIdle
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Application.cs (1)
3928bool UnsafeNativeMethods.IMsoComponent.FDoIdle(int grfidlef) {
winforms\Managed\System\WinForms\ComponentManagerBroker.cs (1)
352bool UnsafeNativeMethods.IMsoComponent.FDoIdle(int grfidlef) {
2 references to FDoIdle
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Application.cs (1)
2169continueIdle |= idleEntry.component.FDoIdle(-1);
winforms\Managed\System\WinForms\ComponentManagerBroker.cs (1)
357cont |= c.FDoIdle(grfidlef);