2 implementations of UserResized
PresentationFramework (2)
System\Windows\Controls\Page.cs (1)
797bool IWindowService.UserResized
System\Windows\Window.cs (1)
3305bool IWindowService.UserResized
5 references to UserResized
PresentationFramework (5)
System\Windows\Controls\Page.cs (5)
228if (!WindowService.UserResized) 280if (!WindowService.UserResized) 781if (IsPropertySet(SetPropertyFlags.WindowHeight) && (! _currentIws.UserResized)) 786if (IsPropertySet(SetPropertyFlags.WindowWidth) && (! _currentIws.UserResized)) 802return _currentIws.UserResized;