5 writes to Width
PresentationFramework (5)
System\Windows\Automation\Peers\DataGridColumnHeaderItemAutomationPeer.cs (1)
173
Column.
Width
= new DataGridLength(width);
System\Windows\Controls\DataGridColumn.cs (1)
205
Width
= width;
System\Windows\Controls\DataGridColumnCollection.cs (2)
1160
column.
Width
= DataGridLength.Auto;
1483
column.
Width
= _originalWidthsForResize[column];
System\Windows\Controls\Primitives\DataGridColumnHeader.cs (1)
356
header.Column.
Width
= DataGridLength.Auto;
56 references to Width
PresentationFramework (56)
System\Windows\Controls\DataGridCellsPanel.cs (5)
110
DataGridLength width = column.
Width
;
141
DataGridLength width = column.
Width
;
570
DataGridLength width = column.
Width
;
1466
childWidth = cell.Column.
Width
.DisplayValue;
1895
double childMeasureWidth = column.
Width
.DisplayValue;
System\Windows\Controls\DataGridColumn.cs (8)
268
DataGridLength changedWidth = column.
Width
;
440
column.
Width
.IsStar)
488
DataGridLength width = column.
Width
;
513
DataGridLength width =
Width
;
543
DataGridLength width =
Width
;
569
width =
Width
;
591
Debug.Assert(
Width
.IsStar);
592
DataGridLength width =
Width
;
System\Windows\Controls\DataGridColumnCollection.cs (38)
804
DataGridLength width = column.
Width
;
876
DataGridLength width = column.
Width
;
910
DataGridLength width = column.
Width
;
939
DataGridLength width = column.
Width
;
962
DataGridLength width = column.
Width
;
993
totalFactors += column.
Width
.Value;
1003
DataGridLength width = column.
Width
;
1013
DataGridLength width = column.
Width
;
1082
DataGridLength width = column.
Width
;
1157
if (column.
Width
.IsAuto)
1182
DataGridLength width = column.
Width
;
1205
DataGridLength width = changedColumn.
Width
;
1248
DataGridLength width = changedColumn.
Width
;
1290
DataGridLength width = changedColumn.
Width
;
1354
DataGridLength width = column.
Width
;
1371
DataGridLength width = changedColumn.
Width
;
1408
if (column.
Width
.IsStar)
1437
DataGridLength width = column.
Width
;
1468
_originalWidthsForResize[column] = column.
Width
;
1496
DataGridLength resizingColumnWidth = resizingColumn.
Width
;
1608
DataGridLength width = column.
Width
;
1656
DataGridLength width = column.
Width
;
1661
else if (column.
Width
.IsStar && CanColumnParticipateInResize(column) && DoubleUtil.GreaterThan(width.DisplayValue, column.MinWidth))
1692
DataGridLength width = column.
Width
;
1743
if (!resizingColumn.
Width
.IsStar)
1777
DataGridLength width = column.
Width
;
1858
DataGridLength width = column.
Width
;
1905
DataGridLength width = column.
Width
;
1910
else if (column.
Width
.IsStar && CanColumnParticipateInResize(column) && DoubleUtil.LessThan(width.DisplayValue, column.MaxWidth))
1925
DataGridLength width = column.
Width
;
1977
DataGridLength width = column.
Width
;
2060
DataGridLength width = column.
Width
;
2096
DataGridLength width = column.
Width
;
2121
usedSpace += column.
Width
.DisplayValue;
2172
usedSpace += column.
Width
.DisplayValue;
2249
DataGridLength width = column.
Width
;
2323
DataGridLength width = column.
Width
;
2360
DataGridLength width = column.
Width
;
System\Windows\Controls\DataGridHelper.cs (1)
245
DataGridLength width = column.
Width
;
System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (2)
164
if (!measureAndArrangeInvalidated && !DoubleUtil.AreClose(cell.ActualWidth, columns[i].
Width
.DisplayValue))
181
if (!DoubleUtil.AreClose(cell.ActualWidth, columns[i].
Width
.DisplayValue))
System\Windows\Controls\Primitives\DataGridColumnHeader.cs (1)
363
get { return Column != null ? Column.
Width
: DataGridLength.Auto; }
System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (1)
908
double columnEstimatedWidth = column.
Width
.DisplayValue;