6 references to Active
System.Windows.Forms (2)
System\Windows\Forms\Application.ComponentManager.cs (1)
360
msogac.
Active
=> _activeComponent,
System\Windows\Forms\Application.ComponentThreadContext.cs (1)
244
if (ComponentManager.FGetActiveComponent(msogac.
Active
, component, null, 0))
System.Windows.Forms.Tests (4)
System\Windows\Forms\Application.ComponentManagerTests.cs (4)
295
Assert.False(manager.FGetActiveComponent(msogac.
Active
, null, null, 0));
315
Assert.False(manager.FGetActiveComponent(msogac.
Active
, null, null, 0));
320
Assert.True(manager.FGetActiveComponent(msogac.
Active
, null, &info, 0));
329
Assert.True(manager.FGetActiveComponent(msogac.
Active
, null, &info, 0));