2 implementations of UserResized
PresentationFramework (2)
System\Windows\Controls\Page.cs (1)
801bool IWindowService.UserResized
System\Windows\Window.cs (1)
3313bool IWindowService.UserResized
5 references to UserResized
PresentationFramework (5)
System\Windows\Controls\Page.cs (5)
229if (!WindowService.UserResized) 281if (!WindowService.UserResized) 785if (IsPropertySet(SetPropertyFlags.WindowHeight) && (! _currentIws.UserResized)) 790if (IsPropertySet(SetPropertyFlags.WindowWidth) && (! _currentIws.UserResized)) 806return _currentIws.UserResized;