1 implementation of Width
PresentationFramework (1)
src\Framework\System\Windows\Controls\Page.cs (1)
283double IWindowService.Width
3 writes to Width
PresentationFramework (3)
src\Framework\System\Windows\Controls\Page.cs (3)
309WindowService.Width = value; 330((IWindowService)this).Width = value; 821_currentIws.Width = PageHelperObject._windowWidth;
2 references to Width
PresentationFramework (2)
src\Framework\System\Windows\Controls\Page.cs (2)
294return WindowService.Width; 324return ((IWindowService)this).Width;