1 type derived from HwndHost
PresentationFramework (1)
src\Framework\System\Windows\Interop\ActiveXHost.cs (1)
71
public class ActiveXHost :
HwndHost
16 references to HwndHost
PresentationFramework (16)
src\Framework\System\Windows\Automation\Peers\HwndHostAutomationPeer.cs (3)
16
public HwndHostAutomationPeer(
HwndHost
owner): base(owner)
45
HwndHost
host = (
HwndHost
)Owner;
src\Framework\System\Windows\Input\KeyboardNavigation.cs (1)
1296
if(sourceElement is
HwndHost
)
src\Framework\System\Windows\Interop\HwndHost.cs (10)
39
FocusableProperty.OverrideMetadata(typeof(
HwndHost
), new FrameworkPropertyMetadata(true));
40
HwndHost
.DpiChangedEvent = Window.DpiChangedEvent.AddOwner(typeof(
HwndHost
));
149
add { AddHandler(
HwndHost
.DpiChangedEvent, value); }
150
remove { RemoveHandler(
HwndHost
.DpiChangedEvent, value); }
194
RaiseEvent(new DpiChangedEventArgs(oldDpi, newDpi,
HwndHost
.DpiChangedEvent, this));
1413
/// DPI transitions are possible in content hosted by this <see cref="
HwndHost
"/>.
1425
public WeakEventDispatcherShutdown(
HwndHost
hwndHost, Dispatcher that): base(hwndHost)
1433
HwndHost
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