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