2 writes to _left
PresentationFramework (2)
src\Framework\System\Windows\Controls\VirtualizedCellInfoCollection.cs (2)
483_left = left; 499_left = value;
4 references to _left
PresentationFramework (4)
src\Framework\System\Windows\Controls\VirtualizedCellInfoCollection.cs (4)
493return _left; 521return _left + _width - 1; 526Debug.Assert(value >= _left, "Right must be greater than or equal to Left."); 527_width = value - _left + 1;