15 references to WidthProperty
PresentationFramework (15)
System\Windows\Controls\DataGrid.cs (1)
610else if ((e.Property == DataGridColumn.VisibilityProperty) || (e.Property == DataGridColumn.WidthProperty) || (e.Property == DataGridColumn.DisplayIndexProperty))
System\Windows\Controls\DataGridCell.cs (2)
249if (e.Property == DataGridColumn.WidthProperty) 988Column.SetCurrentValueInternal(DataGridColumn.WidthProperty, updatedWidth);
System\Windows\Controls\DataGridColumn.cs (7)
180get { return (DataGridLength)GetValue(WidthProperty); } 181set { SetValue(WidthProperty, value); } 393WidthProperty, 824else if (e.Property == DataGrid.ColumnWidthProperty || e.Property == WidthProperty) 826DataGridHelper.TransferProperty(this, WidthProperty); 861if (e.Property == WidthProperty || e.Property == MinWidthProperty || e.Property == MaxWidthProperty) 920DataGridHelper.TransferProperty(this, WidthProperty);
System\Windows\Controls\DataGridColumnCollection.cs (1)
173else if (e.Property == DataGridColumn.WidthProperty)
System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (2)
381if (e.Property == DataGridColumn.WidthProperty || 386InvalidateDataGridCellsPanelMeasureAndArrangeImpl((e.Property == DataGridColumn.WidthProperty)/*invalidateMeasureUptoRowsPresenter*/);
System\Windows\Controls\Primitives\DataGridColumnHeader.cs (1)
405if (e.Property == DataGridColumn.WidthProperty)
System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (1)
289if (e.Property == DataGridColumn.WidthProperty ||