1 implementation of Height
PresentationFramework (1)
src\Framework\System\Windows\Controls\Page.cs (1)
229double IWindowService.Height
3 writes to Height
PresentationFramework (3)
src\Framework\System\Windows\Controls\Page.cs (3)
255WindowService.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)
240return WindowService.Height; 270return ((IWindowService)this).Height;