2 implementations of UserResized
PresentationFramework (2)
System\Windows\Controls\Page.cs (1)
821bool IWindowService.UserResized
System\Windows\Window.cs (1)
3215bool IWindowService.UserResized
5 references to UserResized
PresentationFramework (5)
System\Windows\Controls\Page.cs (5)
245if (!WindowService.UserResized) 299if (!WindowService.UserResized) 805if (IsPropertySet(SetPropertyFlags.WindowHeight) && (! _currentIws.UserResized)) 810if (IsPropertySet(SetPropertyFlags.WindowWidth) && (! _currentIws.UserResized)) 826return _currentIws.UserResized;