2 writes to _top
PresentationFramework (2)
System\Windows\Controls\VirtualizedCellInfoCollection.cs (2)
477_top = top; 506_top = value;
4 references to _top
PresentationFramework (4)
System\Windows\Controls\VirtualizedCellInfoCollection.cs (4)
500return _top; 528return _top + _height - 1; 533Debug.Assert(value >= _top, "Bottom must be greater than or equal to Top."); 534_height = value - _top + 1;