1 instantiation of AutoResizedEventArgs
PresentationCore (1)
System\Windows\InterOp\HwndSource.cs (1)
846
AutoResized(this, new
AutoResizedEventArgs
(newSize));
2 references to AutoResizedEventArgs
PresentationCore (1)
System\Windows\AutoResizedEvent.cs (1)
18
public delegate void AutoResizedEventHandler(object sender,
AutoResizedEventArgs
e);
PresentationFramework (1)
System\Windows\Controls\Primitives\Popup.cs (1)
1856
private void OnWindowResize(object sender,
AutoResizedEventArgs
e)