3 writes to _height
PresentationFramework (3)
System\Windows\Controls\VirtualizedCellInfoCollection.cs (3)
483
_height
= height;
538
_height
= value - _top + 1;
566
_height
= value;
4 references to _height
PresentationFramework (4)
System\Windows\Controls\VirtualizedCellInfoCollection.cs (4)
532
return _top +
_height
- 1;
560
return
_height
;
572
get { return (_width == 0) || (
_height
== 0); }
577
get { return _width *
_height
; }