1 type derived from ActiveXHost
PresentationFramework (1)
src\Framework\System\Windows\Controls\WebBrowser.cs (1)
80
public sealed class WebBrowser :
ActiveXHost
25 references to ActiveXHost
PresentationFramework (25)
src\Framework\MS\Internal\Controls\ActiveXContainer.cs (8)
42
internal ActiveXContainer(
ActiveXHost
host)
263
internal void OnUIActivate(
ActiveXHost
site)
276
ActiveXHost
tempSite = _siteUIActive;
290
internal void OnUIDeactivate(
ActiveXHost
site)
311
internal void OnInPlaceDeactivate(
ActiveXHost
site)
331
internal
ActiveXHost
ActiveXHost
350
private
ActiveXHost
_host;
357
private
ActiveXHost
_siteUIActive;
src\Framework\MS\Internal\Controls\ActiveXSite.cs (3)
56
internal ActiveXSite(
ActiveXHost
host)
489
internal
ActiveXHost
Host
580
private
ActiveXHost
_host;
src\Framework\System\Windows\Interop\ActiveXHost.cs (14)
89
EventManager.RegisterClassHandler(typeof(
ActiveXHost
), AccessKeyManager.AccessKeyPressedEvent, new AccessKeyPressedEventHandler(OnAccessKeyPressed));
91
Control.IsTabStopProperty.OverrideMetadata(typeof(
ActiveXHost
), new FrameworkPropertyMetadata(true));
93
FocusableProperty.OverrideMetadata(typeof(
ActiveXHost
), new FrameworkPropertyMetadata(true));
95
EventManager.RegisterClassHandler(typeof(
ActiveXHost
), Keyboard.GotKeyboardFocusEvent, new KeyboardFocusChangedEventHandler(OnGotFocus));
96
EventManager.RegisterClassHandler(typeof(
ActiveXHost
), Keyboard.LostKeyboardFocusEvent, new KeyboardFocusChangedEventHandler(OnLostFocus));
97
KeyboardNavigation.TabNavigationProperty.OverrideMetadata(typeof(
ActiveXHost
), new FrameworkPropertyMetadata(KeyboardNavigationMode.Once));
867
= Control.TabIndexProperty.AddOwner(typeof(
ActiveXHost
));
992
private static void OnIsEnabledInvalidated(
ActiveXHost
axHost)
1001
private static void OnVisibilityInvalidated(
ActiveXHost
axHost)
1026
ActiveXHost
axhost = sender as
ActiveXHost
;
1042
ActiveXHost
axhost = sender as
ActiveXHost
;
1195
private delegate void PropertyInvalidator(
ActiveXHost
axhost);