3 writes to _maxDesiredSize
PresentationFramework (3)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (3)
3565
_scrollData.
_maxDesiredSize
= new Size();
4261
_scrollData.
_maxDesiredSize
= new Size();
11632
_viewport = _extent =
_maxDesiredSize
= new Size();
14 references to _maxDesiredSize
PresentationFramework (14)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (14)
9520
_scrollData.
_maxDesiredSize
.Height = Math.Max(_scrollData.
_maxDesiredSize
.Height, stackPixelSize.Height);
9521
stackPixelSize.Height = _scrollData.
_maxDesiredSize
.Height;
9547
_scrollData.
_maxDesiredSize
.Width = Math.Max(_scrollData.
_maxDesiredSize
.Width, stackPixelSize.Width);
9548
stackPixelSize.Width = _scrollData.
_maxDesiredSize
.Width;
10372
_scrollData.
_maxDesiredSize
.Height = Math.Max(_scrollData.
_maxDesiredSize
.Height, stackPixelSize.Height);
10373
stackPixelSize.Height = _scrollData.
_maxDesiredSize
.Height;
10399
_scrollData.
_maxDesiredSize
.Width = Math.Max(_scrollData.
_maxDesiredSize
.Width, stackPixelSize.Width);
10400
stackPixelSize.Width = _scrollData.
_maxDesiredSize
.Width;
11646
_maxDesiredSize
.Width == 0.0 &&
11647
_maxDesiredSize
.Height == 0.0;