1 type derived from HwndHost
PresentationFramework (1)
src\Framework\System\Windows\Interop\ActiveXHost.cs (1)
71public class ActiveXHost : HwndHost
16 references to HwndHost
PresentationFramework (16)
src\Framework\System\Windows\Automation\Peers\HwndHostAutomationPeer.cs (3)
16public HwndHostAutomationPeer(HwndHost owner): base(owner) 45HwndHost host = (HwndHost)Owner;
src\Framework\System\Windows\Input\KeyboardNavigation.cs (1)
1296if(sourceElement is HwndHost)
src\Framework\System\Windows\Interop\HwndHost.cs (10)
39FocusableProperty.OverrideMetadata(typeof(HwndHost), new FrameworkPropertyMetadata(true)); 40HwndHost.DpiChangedEvent = Window.DpiChangedEvent.AddOwner(typeof(HwndHost)); 149add { AddHandler(HwndHost.DpiChangedEvent, value); } 150remove { RemoveHandler(HwndHost.DpiChangedEvent, value); } 194RaiseEvent(new DpiChangedEventArgs(oldDpi, newDpi, HwndHost.DpiChangedEvent, this)); 1413/// DPI transitions are possible in content hosted by this <see cref="HwndHost"/>. 1425public WeakEventDispatcherShutdown(HwndHost hwndHost, Dispatcher that): base(hwndHost) 1433HwndHost hwndHost = this.Target as HwndHost;
src\Framework\System\Windows\SystemResources.cs (2)
1049/// as the need arises. For e.g., when <see cref="System.Windows.Interop.HwndHost"/> calls into <see cref="GetDpiAwarenessCompatibleNotificationWindow(HandleRef)"/>, 1655/// Currently, this is used by <see cref="HwndHost"/> as a place to parent