1 implementation of Width
PresentationFramework (1)
System\Windows\Controls\Page.cs (1)
259double IWindowService.Width
3 writes to Width
PresentationFramework (3)
System\Windows\Controls\Page.cs (3)
283WindowService.Width = value; 304((IWindowService)this).Width = value; 789_currentIws.Width = PageHelperObject._windowWidth;
2 references to Width
PresentationFramework (2)
System\Windows\Controls\Page.cs (2)
268return WindowService.Width; 298return ((IWindowService)this).Width;