1 implementation of Width
PresentationFramework (1)
System\Windows\Controls\Page.cs (1)
275double IWindowService.Width
3 writes to Width
PresentationFramework (3)
System\Windows\Controls\Page.cs (3)
301WindowService.Width = value; 322((IWindowService)this).Width = value; 812_currentIws.Width = PageHelperObject._windowWidth;
2 references to Width
PresentationFramework (2)
System\Windows\Controls\Page.cs (2)
286return WindowService.Width; 316return ((IWindowService)this).Width;