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