9 writes to V
PresentationFramework (9)
src\Framework\System\Windows\Controls\WrapPanel.cs (9)
191
U =
V
= 0d;
199
U =
V
= 0d;
210
set { if(_orientation == Orientation.Horizontal) U = value; else
V
= value; }
215
set { if(_orientation == Orientation.Horizontal)
V
= value; else U = value; }
256
panelSize.
V
+= curLineSize.V;
262
panelSize.
V
+= sz.V;
269
curLineSize.
V
= Math.Max(sz.V, curLineSize.V);
275
panelSize.
V
+= curLineSize.V;
329
curLineSize.
V
= Math.Max(sz.V, curLineSize.V);
14 references to V
PresentationFramework (14)
src\Framework\System\Windows\Controls\WrapPanel.cs (14)
209
get { return (_orientation == Orientation.Horizontal ? U :
V
); }
214
get { return (_orientation == Orientation.Horizontal ?
V
: U); }
256
panelSize.V += curLineSize.
V
;
262
panelSize.V += sz.
V
;
269
curLineSize.V = Math.Max(sz.
V
, curLineSize.
V
);
275
panelSize.V += curLineSize.
V
;
311
arrangeLine(accumulatedV, curLineSize.
V
, firstInLine, i, useItemU, itemU);
313
accumulatedV += curLineSize.
V
;
319
arrangeLine(accumulatedV, sz.
V
, i, ++i, useItemU, itemU);
321
accumulatedV += sz.
V
;
329
curLineSize.V = Math.Max(sz.
V
, curLineSize.
V
);
336
arrangeLine(accumulatedV, curLineSize.
V
, firstInLine, children.Count, useItemU, itemU);