4 references to AutoResized
PresentationCore (2)
System\Windows\InterOp\HwndSource.cs (2)
838if (AutoResized != null) 840AutoResized(this, new AutoResizedEventArgs(newSize));
PresentationFramework (2)
System\Windows\Controls\Primitives\Popup.cs (2)
3375newWindow.AutoResized += handler; 3470hwnd.AutoResized -= onAutoResizedEventHandler ;