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