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