1 type derived from ActiveXHost
PresentationFramework (1)
System\Windows\Controls\WebBrowser.cs (1)
71public sealed class WebBrowser : ActiveXHost
25 references to ActiveXHost
PresentationFramework (25)
MS\Internal\Controls\ActiveXContainer.cs (8)
33internal ActiveXContainer(ActiveXHost host) 197internal void OnUIActivate(ActiveXHost site) 210ActiveXHost tempSite = _siteUIActive; 219internal void OnUIDeactivate(ActiveXHost site) 234internal void OnInPlaceDeactivate(ActiveXHost site) 251internal ActiveXHost ActiveXHost 265private ActiveXHost _host; 268private ActiveXHost _siteUIActive;
MS\Internal\Controls\ActiveXSite.cs (3)
41internal ActiveXSite(ActiveXHost host) 421internal ActiveXHost Host 488private ActiveXHost _host;
System\Windows\Interop\ActiveXHost.cs (14)
82EventManager.RegisterClassHandler(typeof(ActiveXHost), AccessKeyManager.AccessKeyPressedEvent, new AccessKeyPressedEventHandler(OnAccessKeyPressed)); 84Control.IsTabStopProperty.OverrideMetadata(typeof(ActiveXHost), new FrameworkPropertyMetadata(true)); 86FocusableProperty.OverrideMetadata(typeof(ActiveXHost), new FrameworkPropertyMetadata(true)); 88EventManager.RegisterClassHandler(typeof(ActiveXHost), Keyboard.GotKeyboardFocusEvent, new KeyboardFocusChangedEventHandler(OnGotFocus)); 89EventManager.RegisterClassHandler(typeof(ActiveXHost), Keyboard.LostKeyboardFocusEvent, new KeyboardFocusChangedEventHandler(OnLostFocus)); 90KeyboardNavigation.TabNavigationProperty.OverrideMetadata(typeof(ActiveXHost), new FrameworkPropertyMetadata(KeyboardNavigationMode.Once)); 752= Control.TabIndexProperty.AddOwner(typeof(ActiveXHost)); 856private static void OnIsEnabledInvalidated(ActiveXHost axHost) 865private static void OnVisibilityInvalidated(ActiveXHost axHost) 890ActiveXHost axhost = sender as ActiveXHost; 906ActiveXHost axhost = sender as ActiveXHost; 1041private delegate void PropertyInvalidator(ActiveXHost axhost);