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)
1164
column.
Width
= DataGridLength.Auto;
1487
column.
Width
= _originalWidthsForResize[column];
System\Windows\Controls\Primitives\DataGridColumnHeader.cs (1)
366
header.Column.
Width
= DataGridLength.Auto;
56 references to Width
PresentationFramework (56)
System\Windows\Controls\DataGridCellsPanel.cs (5)
112
DataGridLength width = column.
Width
;
143
DataGridLength width = column.
Width
;
572
DataGridLength width = column.
Width
;
1472
childWidth = cell.Column.
Width
.DisplayValue;
1901
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
;
1086
DataGridLength width = column.
Width
;
1161
if (column.
Width
.IsAuto)
1186
DataGridLength width = column.
Width
;
1209
DataGridLength width = changedColumn.
Width
;
1252
DataGridLength width = changedColumn.
Width
;
1294
DataGridLength width = changedColumn.
Width
;
1358
DataGridLength width = column.
Width
;
1375
DataGridLength width = changedColumn.
Width
;
1412
if (column.
Width
.IsStar)
1441
DataGridLength width = column.
Width
;
1472
_originalWidthsForResize[column] = column.
Width
;
1500
DataGridLength resizingColumnWidth = resizingColumn.
Width
;
1612
DataGridLength width = column.
Width
;
1660
DataGridLength width = column.
Width
;
1665
else if (column.
Width
.IsStar && CanColumnParticipateInResize(column) && DoubleUtil.GreaterThan(width.DisplayValue, column.MinWidth))
1696
DataGridLength width = column.
Width
;
1747
if (!resizingColumn.
Width
.IsStar)
1781
DataGridLength width = column.
Width
;
1862
DataGridLength width = column.
Width
;
1909
DataGridLength width = column.
Width
;
1914
else if (column.
Width
.IsStar && CanColumnParticipateInResize(column) && DoubleUtil.LessThan(width.DisplayValue, column.MaxWidth))
1929
DataGridLength width = column.
Width
;
1981
DataGridLength width = column.
Width
;
2064
DataGridLength width = column.
Width
;
2100
DataGridLength width = column.
Width
;
2125
usedSpace += column.
Width
.DisplayValue;
2176
usedSpace += column.
Width
.DisplayValue;
2253
DataGridLength width = column.
Width
;
2327
DataGridLength width = column.
Width
;
2364
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)
373
get { return Column != null ? Column.
Width
: DataGridLength.Auto; }
System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (1)
914
double columnEstimatedWidth = column.
Width
.DisplayValue;