2 types derived from HwndHost
PresentationFramework (1)
System\Windows\Interop\ActiveXHost.cs (1)
64
public class ActiveXHost :
HwndHost
WindowsFormsIntegration (1)
System\Windows\Integration\WindowsFormsHost.cs (1)
37
public class WindowsFormsHost :
HwndHost
, IKeyboardInputSink
16 references to HwndHost
PresentationFramework (16)
System\Windows\Automation\Peers\HwndHostAutomationPeer.cs (3)
18
public HwndHostAutomationPeer(
HwndHost
owner): base(owner)
41
HwndHost
host = (
HwndHost
)Owner;
System\Windows\Input\KeyboardNavigation.cs (1)
1212
if(sourceElement is
HwndHost
)
System\Windows\Interop\HwndHost.cs (10)
36
FocusableProperty.OverrideMetadata(typeof(
HwndHost
), new FrameworkPropertyMetadata(true));
37
HwndHost
.DpiChangedEvent = Window.DpiChangedEvent.AddOwner(typeof(
HwndHost
));
123
add { AddHandler(
HwndHost
.DpiChangedEvent, value); }
124
remove { RemoveHandler(
HwndHost
.DpiChangedEvent, value); }
162
RaiseEvent(new DpiChangedEventArgs(oldDpi, newDpi,
HwndHost
.DpiChangedEvent, this));
1166
/// DPI transitions are possible in content hosted by this <see cref="
HwndHost
"/>.
1178
public WeakEventDispatcherShutdown(
HwndHost
hwndHost, Dispatcher that): base(hwndHost)
1186
HwndHost
hwndHost = this.Target as
HwndHost
;
System\Windows\SystemResources.cs (2)
1028
/// as the need arises. For e.g., when <see cref="System.Windows.Interop.
HwndHost
"/> calls into <see cref="GetDpiAwarenessCompatibleNotificationWindow(HandleRef)"/>,
1585
/// Currently, this is used by <see cref="
HwndHost
"/> as a place to parent