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