1 write to _xSize
PresentationFramework (1)
System\Windows\Controls\ScrollViewer.cs (1)
2357_xSize = ScrollInfo.ViewportWidth;
3 references to _xSize
PresentationFramework (3)
System\Windows\Controls\ScrollViewer.cs (3)
430get { return _xSize; } 2358SetValue(ViewportWidthPropertyKey, _xSize); 2398Debug.Assert(DoubleUtil.GreaterThanOrClose(_xSize, 0.0) && DoubleUtil.GreaterThanOrClose(_ySize, 0.0), "Negative size for scrolling viewport. Bad IScrollInfo implementation.");