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