1 implementation of Height
PresentationFramework (1)
System\Windows\Controls\Page.cs (1)
207
double IWindowService.
Height
3 writes to Height
PresentationFramework (3)
System\Windows\Controls\Page.cs (3)
231
WindowService.
Height
= value;
252
((IWindowService)this).
Height
= value;
787
_currentIws.
Height
= PageHelperObject._windowHeight;
2 references to Height
PresentationFramework (2)
System\Windows\Controls\Page.cs (2)
216
return WindowService.
Height
;
246
return ((IWindowService)this).
Height
;