5 writes to Width
PresentationFramework (5)
System\Windows\Automation\Peers\DataGridColumnHeaderItemAutomationPeer.cs (1)
174
Column.
Width
= new DataGridLength(width);
System\Windows\Controls\DataGridColumn.cs (1)
206
Width
= width;
System\Windows\Controls\DataGridColumnCollection.cs (2)
1161
column.
Width
= DataGridLength.Auto;
1484
column.
Width
= _originalWidthsForResize[column];
System\Windows\Controls\Primitives\DataGridColumnHeader.cs (1)
357
header.Column.
Width
= DataGridLength.Auto;
56 references to Width
PresentationFramework (56)
System\Windows\Controls\DataGridCellsPanel.cs (5)
111
DataGridLength width = column.
Width
;
142
DataGridLength width = column.
Width
;
571
DataGridLength width = column.
Width
;
1467
childWidth = cell.Column.
Width
.DisplayValue;
1896
double childMeasureWidth = column.
Width
.DisplayValue;
System\Windows\Controls\DataGridColumn.cs (8)
269
DataGridLength changedWidth = column.
Width
;
441
column.
Width
.IsStar)
489
DataGridLength width = column.
Width
;
514
DataGridLength width =
Width
;
544
DataGridLength width =
Width
;
570
width =
Width
;
592
Debug.Assert(
Width
.IsStar);
593
DataGridLength width =
Width
;
System\Windows\Controls\DataGridColumnCollection.cs (38)
805
DataGridLength width = column.
Width
;
877
DataGridLength width = column.
Width
;
911
DataGridLength width = column.
Width
;
940
DataGridLength width = column.
Width
;
963
DataGridLength width = column.
Width
;
994
totalFactors += column.
Width
.Value;
1004
DataGridLength width = column.
Width
;
1014
DataGridLength width = column.
Width
;
1083
DataGridLength width = column.
Width
;
1158
if (column.
Width
.IsAuto)
1183
DataGridLength width = column.
Width
;
1206
DataGridLength width = changedColumn.
Width
;
1249
DataGridLength width = changedColumn.
Width
;
1291
DataGridLength width = changedColumn.
Width
;
1355
DataGridLength width = column.
Width
;
1372
DataGridLength width = changedColumn.
Width
;
1409
if (column.
Width
.IsStar)
1438
DataGridLength width = column.
Width
;
1469
_originalWidthsForResize[column] = column.
Width
;
1497
DataGridLength resizingColumnWidth = resizingColumn.
Width
;
1609
DataGridLength width = column.
Width
;
1657
DataGridLength width = column.
Width
;
1662
else if (column.
Width
.IsStar && CanColumnParticipateInResize(column) && DoubleUtil.GreaterThan(width.DisplayValue, column.MinWidth))
1693
DataGridLength width = column.
Width
;
1744
if (!resizingColumn.
Width
.IsStar)
1778
DataGridLength width = column.
Width
;
1859
DataGridLength width = column.
Width
;
1906
DataGridLength width = column.
Width
;
1911
else if (column.
Width
.IsStar && CanColumnParticipateInResize(column) && DoubleUtil.LessThan(width.DisplayValue, column.MaxWidth))
1926
DataGridLength width = column.
Width
;
1978
DataGridLength width = column.
Width
;
2061
DataGridLength width = column.
Width
;
2097
DataGridLength width = column.
Width
;
2122
usedSpace += column.
Width
.DisplayValue;
2173
usedSpace += column.
Width
.DisplayValue;
2250
DataGridLength width = column.
Width
;
2324
DataGridLength width = column.
Width
;
2361
DataGridLength width = column.
Width
;
System\Windows\Controls\DataGridHelper.cs (1)
246
DataGridLength width = column.
Width
;
System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (2)
165
if (!measureAndArrangeInvalidated && !DoubleUtil.AreClose(cell.ActualWidth, columns[i].
Width
.DisplayValue))
182
if (!DoubleUtil.AreClose(cell.ActualWidth, columns[i].
Width
.DisplayValue))
System\Windows\Controls\Primitives\DataGridColumnHeader.cs (1)
364
get { return Column != null ? Column.
Width
: DataGridLength.Auto; }
System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (1)
909
double columnEstimatedWidth = column.
Width
.DisplayValue;