2 implementations of UserResized
PresentationFramework (2)
System\Windows\Controls\Page.cs (1)
798
bool IWindowService.
UserResized
System\Windows\Window.cs (1)
3306
bool IWindowService.
UserResized
5 references to UserResized
PresentationFramework (5)
System\Windows\Controls\Page.cs (5)
229
if (!WindowService.
UserResized
)
281
if (!WindowService.
UserResized
)
782
if (IsPropertySet(SetPropertyFlags.WindowHeight) && (! _currentIws.
UserResized
))
787
if (IsPropertySet(SetPropertyFlags.WindowWidth) && (! _currentIws.
UserResized
))
803
return _currentIws.
UserResized
;