1 instantiation of HwndDpiChangedAfterParentEventArgs
PresentationCore (1)
System\Windows\InterOp\HwndTarget.cs (1)
923
hwndSource.ChangeDpi(new
HwndDpiChangedAfterParentEventArgs
(oldDpi, newDpi, clientRect));
4 references to HwndDpiChangedAfterParentEventArgs
PresentationCore (4)
System\Windows\DpiChangedEventArgs.cs (1)
142
public static explicit operator HwndDpiChangedEventArgs(
HwndDpiChangedAfterParentEventArgs
e)
System\Windows\InterOp\HwndSource.cs (2)
427
internal void ChangeDpi(
HwndDpiChangedAfterParentEventArgs
e)
481
private void OnDpiChangedAfterParent(
HwndDpiChangedAfterParentEventArgs
e)
System\Windows\InterOp\HwndTarget.cs (1)
1761
internal void OnDpiChangedAfterParent(
HwndDpiChangedAfterParentEventArgs
e)