1 implementation of Height
PresentationFramework (1)
src\Framework\System\Windows\Controls\Page.cs (1)
229
double IWindowService.
Height
3 writes to Height
PresentationFramework (3)
src\Framework\System\Windows\Controls\Page.cs (3)
255
WindowService.
Height
= value;
276
((IWindowService)this).
Height
= value;
816
_currentIws.
Height
= PageHelperObject._windowHeight;
2 references to Height
PresentationFramework (2)
src\Framework\System\Windows\Controls\Page.cs (2)
240
return WindowService.
Height
;
270
return ((IWindowService)this).
Height
;