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