2 implementations of UserResized
PresentationFramework (2)
src\Framework\System\Windows\Controls\Page.cs (1)
830bool IWindowService.UserResized
src\Framework\System\Windows\Window.cs (1)
3398bool IWindowService.UserResized
5 references to UserResized
PresentationFramework (5)
src\Framework\System\Windows\Controls\Page.cs (5)
253if (!WindowService.UserResized) 307if (!WindowService.UserResized) 814if (IsPropertySet(SetPropertyFlags.WindowHeight) && (! _currentIws.UserResized)) 819if (IsPropertySet(SetPropertyFlags.WindowWidth) && (! _currentIws.UserResized)) 835return _currentIws.UserResized;