15 references to WidthProperty
PresentationFramework (15)
System\Windows\Controls\DataGrid.cs (1)
609
else if ((e.Property == DataGridColumn.VisibilityProperty) || (e.Property == DataGridColumn.
WidthProperty
) || (e.Property == DataGridColumn.DisplayIndexProperty))
System\Windows\Controls\DataGridCell.cs (2)
245
if (e.Property == DataGridColumn.
WidthProperty
)
976
Column.SetCurrentValueInternal(DataGridColumn.
WidthProperty
, updatedWidth);
System\Windows\Controls\DataGridColumn.cs (7)
179
get { return (DataGridLength)GetValue(
WidthProperty
); }
180
set { SetValue(
WidthProperty
, value); }
392
WidthProperty
,
823
else if (e.Property == DataGrid.ColumnWidthProperty || e.Property ==
WidthProperty
)
825
DataGridHelper.TransferProperty(this,
WidthProperty
);
860
if (e.Property ==
WidthProperty
|| e.Property == MinWidthProperty || e.Property == MaxWidthProperty)
913
DataGridHelper.TransferProperty(this,
WidthProperty
);
System\Windows\Controls\DataGridColumnCollection.cs (1)
172
else if (e.Property == DataGridColumn.
WidthProperty
)
System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (2)
377
if (e.Property == DataGridColumn.
WidthProperty
||
382
InvalidateDataGridCellsPanelMeasureAndArrangeImpl((e.Property == DataGridColumn.
WidthProperty
)/*invalidateMeasureUptoRowsPresenter*/);
System\Windows\Controls\Primitives\DataGridColumnHeader.cs (1)
395
if (e.Property == DataGridColumn.
WidthProperty
)
System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (1)
288
if (e.Property == DataGridColumn.
WidthProperty
||