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