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