1 type derived from ActiveXHost
PresentationFramework (1)
System\Windows\Controls\WebBrowser.cs (1)
61
public sealed class WebBrowser :
ActiveXHost
25 references to ActiveXHost
PresentationFramework (25)
MS\Internal\Controls\ActiveXContainer.cs (8)
26
internal ActiveXContainer(
ActiveXHost
host)
190
internal void OnUIActivate(
ActiveXHost
site)
203
ActiveXHost
tempSite = _siteUIActive;
212
internal void OnUIDeactivate(
ActiveXHost
site)
227
internal void OnInPlaceDeactivate(
ActiveXHost
site)
244
internal
ActiveXHost
ActiveXHost
258
private
ActiveXHost
_host;
261
private
ActiveXHost
_siteUIActive;
MS\Internal\Controls\ActiveXSite.cs (3)
33
internal ActiveXSite(
ActiveXHost
host)
413
internal
ActiveXHost
Host
480
private
ActiveXHost
_host;
System\Windows\Interop\ActiveXHost.cs (14)
68
EventManager.RegisterClassHandler(typeof(
ActiveXHost
), AccessKeyManager.AccessKeyPressedEvent, new AccessKeyPressedEventHandler(OnAccessKeyPressed));
70
Control.IsTabStopProperty.OverrideMetadata(typeof(
ActiveXHost
), new FrameworkPropertyMetadata(true));
72
FocusableProperty.OverrideMetadata(typeof(
ActiveXHost
), new FrameworkPropertyMetadata(true));
74
EventManager.RegisterClassHandler(typeof(
ActiveXHost
), Keyboard.GotKeyboardFocusEvent, new KeyboardFocusChangedEventHandler(OnGotFocus));
75
EventManager.RegisterClassHandler(typeof(
ActiveXHost
), Keyboard.LostKeyboardFocusEvent, new KeyboardFocusChangedEventHandler(OnLostFocus));
76
KeyboardNavigation.TabNavigationProperty.OverrideMetadata(typeof(
ActiveXHost
), new FrameworkPropertyMetadata(KeyboardNavigationMode.Once));
738
= Control.TabIndexProperty.AddOwner(typeof(
ActiveXHost
));
842
private static void OnIsEnabledInvalidated(
ActiveXHost
axHost)
851
private static void OnVisibilityInvalidated(
ActiveXHost
axHost)
876
ActiveXHost
axhost = sender as
ActiveXHost
;
892
ActiveXHost
axhost = sender as
ActiveXHost
;
1029
private delegate void PropertyInvalidator(
ActiveXHost
axhost);