3 writes to _columns
PresentationFramework (3)
System\Windows\Controls\Primitives\UniformGrid.cs (3)
255
_columns
= Columns;
302
_columns
= _rows;
308
_columns
= (nonCollapsedCount + (_rows - 1)) / _rows;
9 references to _columns
PresentationFramework (9)
System\Windows\Controls\Primitives\UniformGrid.cs (9)
174
Size childConstraint = new Size(constraint.Width /
_columns
, constraint.Height / _rows);
198
return new Size((maxChildDesiredWidth *
_columns
),(maxChildDesiredHeight * _rows));
210
Rect childBounds = new Rect(0, 0, arrangeSize.Width /
_columns
, arrangeSize.Height / _rows);
259
if (FirstColumn >=
_columns
)
266
if ((_rows == 0) || (
_columns
== 0))
289
if (
_columns
> 0)
292
_rows = (nonCollapsedCount + FirstColumn + (
_columns
- 1)) /
_columns
;
305
else if (
_columns
== 0)