2 implementations of OnActivationChange
System.Windows.Forms (1)
System\Windows\Forms\Application.ComponentThreadContext.cs (1)
392
void IMsoComponent.Interface.
OnActivationChange
(
System.Windows.Forms.Tests (1)
System\Windows\Forms\Application.ComponentManagerTests.cs (1)
361
void IMsoComponent.Interface.
OnActivationChange
(
4 references to OnActivationChange
System.Windows.Forms.Primitives (3)
Microsoft\Office\IMsoComponent.cs (3)
80
o => o.
OnActivationChange
(pic, fSameComponent, pcrinfo, fHostIsActivating, pchostinfo, dwReserved));
181
/// <inheritdoc cref="Interface.
OnActivationChange
(IMsoComponent*, BOOL, MSOCRINFO*, BOOL, nint, uint)"/>
361
/// indicated by a future call to <see cref="
OnActivationChange
"/> with
System.Windows.Forms.Tests (1)
System\Windows\Forms\Application.ComponentManagerTests.cs (1)
367
uint dwReserved) => _mock.
OnActivationChange
(pic, fSameComponent, pcrinfo, fHostIsActivating, pchostinfo, dwReserved);