2 implementations of FDoIdle
System.Windows.Forms (1)
System\Windows\Forms\Application.ComponentThreadContext.cs (1)
402BOOL IMsoComponent.Interface.FDoIdle(msoidlef grfidlef)
System.Windows.Forms.Tests (1)
System\Windows\Forms\Application.ComponentManagerTests.cs (1)
369BOOL IMsoComponent.Interface.FDoIdle(msoidlef grfidlef) => _mock.FDoIdle(grfidlef);
4 references to FDoIdle
System.Windows.Forms.Primitives (3)
Microsoft\Office\IMsoComponent.cs (3)
84=> UnwrapAndInvoke<IMsoComponent, Interface, BOOL>(@this, o => o.FDoIdle(grfidlef)); 189/// <inheritdoc cref="Interface.FDoIdle(msoidlef)"/> 404/// need <see cref="FDoIdle"/> calls, it should remove its idle task registration
System.Windows.Forms.Tests (1)
System\Windows\Forms\Application.ComponentManagerTests.cs (1)
369BOOL IMsoComponent.Interface.FDoIdle(msoidlef grfidlef) => _mock.FDoIdle(grfidlef);