19 references to SetWidthInternal
PresentationFramework (19)
System\Windows\Controls\DataGridColumn.cs (4)
274
column.
SetWidthInternal
(new DataGridLength(changedWidth.Value, changedWidth.UnitType, changedWidth.DesiredValue, displayValue));
561
SetWidthInternal
(new DataGridLength(width.Value, width.UnitType, pixelWidth, displayWidth));
566
SetWidthInternal
(new DataGridLength(width.Value, width.UnitType, pixelWidth, width.DisplayValue));
602
SetWidthInternal
(new DataGridLength(starValue, width.UnitType, desiredWidth, displayWidth));
System\Windows\Controls\DataGridColumnCollection.cs (14)
1197
column.
SetWidthInternal
(new DataGridLength(width.Value, width.UnitType, width.DesiredValue, displayValue));
1222
changedColumn.
SetWidthInternal
(new DataGridLength(width.Value, width.UnitType, width.DesiredValue, minWidth));
1241
changedColumn.
SetWidthInternal
(new DataGridLength(width.Value, width.UnitType, width.DesiredValue, displayValue));
1265
changedColumn.
SetWidthInternal
(new DataGridLength(width.Value, width.UnitType, width.DesiredValue, maxWidth));
1283
changedColumn.
SetWidthInternal
(new DataGridLength(width.Value, width.UnitType, width.DesiredValue, displayValue));
1314
changedColumn.
SetWidthInternal
(new DataGridLength(width.Value, width.UnitType, width.DesiredValue, minWidth + leftOverSpace));
1367
column.
SetWidthInternal
(new DataGridLength(width.Value, width.UnitType, width.DesiredValue, Math.Min(width.DesiredValue, maxWidth)));
1385
changedColumn.
SetWidthInternal
(new DataGridLength(
1712
column.
SetWidthInternal
(new DataGridLength(width.Value, width.UnitType, width.DesiredValue, width.DisplayValue - columnExcessWidth));
1797
column.
SetWidthInternal
(new DataGridLength(width.Value, width.UnitType, width.DesiredValue, width.DisplayValue + columnLagWidth));
1943
column.
SetWidthInternal
(new DataGridLength(width.Value, width.UnitType, width.DesiredValue, columnDisplayWidth));
1947
column.
SetWidthInternal
(new DataGridLength(columnDisplayWidth, DataGridLengthUnitType.Pixel, columnDisplayWidth, columnDisplayWidth));
2112
column.
SetWidthInternal
(new DataGridLength(width.Value, width.UnitType, width.DesiredValue, width.DisplayValue + perColumnGiveAwayWidth));
2376
column.
SetWidthInternal
(new DataGridLength(width.Value, width.UnitType, width.DesiredValue, width.DisplayValue - perColumnTakeAwayWidth));
System\Windows\Controls\DataGridHelper.cs (1)
278
column.
SetWidthInternal
(new DataGridLength(width.Value, width.UnitType, desiredWidth, width.DisplayValue));