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