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