1 implementation of Height
PresentationFramework (1)
System\Windows\Controls\Page.cs (1)
221double IWindowService.Height
3 writes to Height
PresentationFramework (3)
System\Windows\Controls\Page.cs (3)
247WindowService.Height = value; 268((IWindowService)this).Height = value; 807_currentIws.Height = PageHelperObject._windowHeight;
2 references to Height
PresentationFramework (2)
System\Windows\Controls\Page.cs (2)
232return WindowService.Height; 262return ((IWindowService)this).Height;