1 write to _mock
System.Windows.Forms.Tests (1)
System\Windows\Forms\Application.ComponentManagerTests.cs (1)
343
public MockWrapper(IMsoComponent.Interface mock) =>
_mock
= mock;
11 references to _mock
System.Windows.Forms.Tests (11)
System\Windows\Forms\Application.ComponentManagerTests.cs (11)
346
=>
_mock
.FDebugMessage(hInst, msg, wParam, lParam);
349
=>
_mock
.FPreTranslateMessage(msg);
352
=>
_mock
.OnEnterState(uStateID, fEnter);
355
=>
_mock
.OnAppActivate(fActive, dwOtherThreadID);
357
void IMsoComponent.Interface.OnLoseActivation() =>
_mock
.OnLoseActivation();
365
uint dwReserved) =>
_mock
.OnActivationChange(pic, fSameComponent, pcrinfo, fHostIsActivating, pchostinfo, dwReserved);
367
BOOL IMsoComponent.Interface.FDoIdle(msoidlef grfidlef) =>
_mock
.FDoIdle(grfidlef);
372
MSG* pMsgPeeked) =>
_mock
.FContinueMessageLoop(uReason, pvLoopData, pMsgPeeked);
374
BOOL IMsoComponent.Interface.FQueryTerminate(BOOL fPromptUser) =>
_mock
.FQueryTerminate(fPromptUser);
376
void IMsoComponent.Interface.Terminate() =>
_mock
.Terminate();
379
=>
_mock
.HwndGetWindow(uWhich, dwReserved);