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