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