1 implementation of Width
PresentationFramework (1)
System\Windows\Controls\Page.cs (1)
258double IWindowService.Width
3 writes to Width
PresentationFramework (3)
System\Windows\Controls\Page.cs (3)
282WindowService.Width = value; 303((IWindowService)this).Width = value; 788_currentIws.Width = PageHelperObject._windowWidth;
2 references to Width
PresentationFramework (2)
System\Windows\Controls\Page.cs (2)
267return WindowService.Width; 297return ((IWindowService)this).Width;