3 writes to _height
PresentationFramework (3)
src\Framework\System\Windows\Controls\VirtualizedCellInfoCollection.cs (3)
486
_height
= height;
541
_height
= value - _top + 1;
569
_height
= value;
4 references to _height
PresentationFramework (4)
src\Framework\System\Windows\Controls\VirtualizedCellInfoCollection.cs (4)
535
return _top +
_height
- 1;
563
return
_height
;
575
get { return (_width == 0) || (
_height
== 0); }
580
get { return _width *
_height
; }