3 writes to _width
PresentationFramework (3)
System\Windows\Controls\VirtualizedCellInfoCollection.cs (3)
478
_width
= width;
520
_width
= value - _left + 1;
548
_width
= value;
4 references to _width
PresentationFramework (4)
System\Windows\Controls\VirtualizedCellInfoCollection.cs (4)
514
return _left +
_width
- 1;
542
return
_width
;
568
get { return (
_width
== 0) || (_height == 0); }
573
get { return
_width
* _height; }