1 type derived from ActiveXHost
PresentationFramework (1)
System\Windows\Controls\WebBrowser.cs (1)
60
public sealed class WebBrowser :
ActiveXHost
25 references to ActiveXHost
PresentationFramework (25)
MS\Internal\Controls\ActiveXContainer.cs (8)
25
internal ActiveXContainer(
ActiveXHost
host)
189
internal void OnUIActivate(
ActiveXHost
site)
202
ActiveXHost
tempSite = _siteUIActive;
211
internal void OnUIDeactivate(
ActiveXHost
site)
226
internal void OnInPlaceDeactivate(
ActiveXHost
site)
243
internal
ActiveXHost
ActiveXHost
257
private
ActiveXHost
_host;
260
private
ActiveXHost
_siteUIActive;
MS\Internal\Controls\ActiveXSite.cs (3)
32
internal ActiveXSite(
ActiveXHost
host)
412
internal
ActiveXHost
Host
479
private
ActiveXHost
_host;
System\Windows\Interop\ActiveXHost.cs (14)
67
EventManager.RegisterClassHandler(typeof(
ActiveXHost
), AccessKeyManager.AccessKeyPressedEvent, new AccessKeyPressedEventHandler(OnAccessKeyPressed));
69
Control.IsTabStopProperty.OverrideMetadata(typeof(
ActiveXHost
), new FrameworkPropertyMetadata(true));
71
FocusableProperty.OverrideMetadata(typeof(
ActiveXHost
), new FrameworkPropertyMetadata(true));
73
EventManager.RegisterClassHandler(typeof(
ActiveXHost
), Keyboard.GotKeyboardFocusEvent, new KeyboardFocusChangedEventHandler(OnGotFocus));
74
EventManager.RegisterClassHandler(typeof(
ActiveXHost
), Keyboard.LostKeyboardFocusEvent, new KeyboardFocusChangedEventHandler(OnLostFocus));
75
KeyboardNavigation.TabNavigationProperty.OverrideMetadata(typeof(
ActiveXHost
), new FrameworkPropertyMetadata(KeyboardNavigationMode.Once));
737
= Control.TabIndexProperty.AddOwner(typeof(
ActiveXHost
));
841
private static void OnIsEnabledInvalidated(
ActiveXHost
axHost)
850
private static void OnVisibilityInvalidated(
ActiveXHost
axHost)
875
ActiveXHost
axhost = sender as
ActiveXHost
;
891
ActiveXHost
axhost = sender as
ActiveXHost
;
1028
private delegate void PropertyInvalidator(
ActiveXHost
axhost);