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