1 implementation of Width
PresentationFramework (1)
src\Framework\System\Windows\Controls\Page.cs (1)
283
double IWindowService.
Width
3 writes to Width
PresentationFramework (3)
src\Framework\System\Windows\Controls\Page.cs (3)
309
WindowService.
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)
294
return WindowService.
Width
;
324
return ((IWindowService)this).
Width
;