19 references to SetWidthInternal
PresentationFramework (19)
System\Windows\Controls\DataGridColumn.cs (4)
271
column.
SetWidthInternal
(new DataGridLength(changedWidth.Value, changedWidth.UnitType, changedWidth.DesiredValue, displayValue));
558
SetWidthInternal
(new DataGridLength(width.Value, width.UnitType, pixelWidth, displayWidth));
563
SetWidthInternal
(new DataGridLength(width.Value, width.UnitType, pixelWidth, width.DisplayValue));
599
SetWidthInternal
(new DataGridLength(starValue, width.UnitType, desiredWidth, displayWidth));
System\Windows\Controls\DataGridColumnCollection.cs (14)
1193
column.
SetWidthInternal
(new DataGridLength(width.Value, width.UnitType, width.DesiredValue, displayValue));
1218
changedColumn.
SetWidthInternal
(new DataGridLength(width.Value, width.UnitType, width.DesiredValue, minWidth));
1237
changedColumn.
SetWidthInternal
(new DataGridLength(width.Value, width.UnitType, width.DesiredValue, displayValue));
1261
changedColumn.
SetWidthInternal
(new DataGridLength(width.Value, width.UnitType, width.DesiredValue, maxWidth));
1279
changedColumn.
SetWidthInternal
(new DataGridLength(width.Value, width.UnitType, width.DesiredValue, displayValue));
1310
changedColumn.
SetWidthInternal
(new DataGridLength(width.Value, width.UnitType, width.DesiredValue, minWidth + leftOverSpace));
1363
column.
SetWidthInternal
(new DataGridLength(width.Value, width.UnitType, width.DesiredValue, Math.Min(width.DesiredValue, maxWidth)));
1381
changedColumn.
SetWidthInternal
(new DataGridLength(
1708
column.
SetWidthInternal
(new DataGridLength(width.Value, width.UnitType, width.DesiredValue, width.DisplayValue - columnExcessWidth));
1793
column.
SetWidthInternal
(new DataGridLength(width.Value, width.UnitType, width.DesiredValue, width.DisplayValue + columnLagWidth));
1939
column.
SetWidthInternal
(new DataGridLength(width.Value, width.UnitType, width.DesiredValue, columnDisplayWidth));
1943
column.
SetWidthInternal
(new DataGridLength(columnDisplayWidth, DataGridLengthUnitType.Pixel, columnDisplayWidth, columnDisplayWidth));
2108
column.
SetWidthInternal
(new DataGridLength(width.Value, width.UnitType, width.DesiredValue, width.DisplayValue + perColumnGiveAwayWidth));
2372
column.
SetWidthInternal
(new DataGridLength(width.Value, width.UnitType, width.DesiredValue, width.DisplayValue - perColumnTakeAwayWidth));
System\Windows\Controls\DataGridHelper.cs (1)
272
column.
SetWidthInternal
(new DataGridLength(width.Value, width.UnitType, desiredWidth, width.DisplayValue));