1 instantiation of HwndDpiChangedAfterParentEventArgs
PresentationCore (1)
System\Windows\InterOp\HwndTarget.cs (1)
926
hwndSource.ChangeDpi(new
HwndDpiChangedAfterParentEventArgs
(oldDpi, newDpi, clientRect));
7 references to HwndDpiChangedAfterParentEventArgs
PresentationCore (7)
System\Windows\DpiChangedEventArgs.cs (4)
104
/// Creates an instances of <see cref="
HwndDpiChangedAfterParentEventArgs
"/>
118
/// Creates an instance of <see cref="
HwndDpiChangedAfterParentEventArgs
"/>
141
/// Conversion operator from <see cref="
HwndDpiChangedAfterParentEventArgs
"/> to <see cref="HwndDpiChangedEventArgs"/>
143
public static explicit operator HwndDpiChangedEventArgs(
HwndDpiChangedAfterParentEventArgs
e)
System\Windows\InterOp\HwndSource.cs (2)
422
internal void ChangeDpi(
HwndDpiChangedAfterParentEventArgs
e)
476
private void OnDpiChangedAfterParent(
HwndDpiChangedAfterParentEventArgs
e)
System\Windows\InterOp\HwndTarget.cs (1)
1770
internal void OnDpiChangedAfterParent(
HwndDpiChangedAfterParentEventArgs
e)