1 instantiation of AutoResizedEventArgs
PresentationCore (1)
Core\CSharp\System\Windows\Interop\HwndSource.cs (1)
983AutoResized(this, new AutoResizedEventArgs(newSize));
2 references to AutoResizedEventArgs
PresentationCore (1)
Core\CSharp\System\Windows\AutoResizedEvent.cs (1)
14public delegate void AutoResizedEventHandler(object sender, AutoResizedEventArgs e);
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\Popup.cs (1)
1861private void OnWindowResize(object sender, AutoResizedEventArgs e)