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