2 writes to _top
PresentationFramework (2)
src\Framework\System\Windows\Controls\VirtualizedCellInfoCollection.cs (2)
484_top = top; 513_top = value;
4 references to _top
PresentationFramework (4)
src\Framework\System\Windows\Controls\VirtualizedCellInfoCollection.cs (4)
507return _top; 535return _top + _height - 1; 540Debug.Assert(value >= _top, "Bottom must be greater than or equal to Top."); 541_height = value - _top + 1;