15 references to WidthProperty
PresentationFramework (15)
System\Windows\Controls\DataGrid.cs (1)
613else if ((e.Property == DataGridColumn.VisibilityProperty) || (e.Property == DataGridColumn.WidthProperty) || (e.Property == DataGridColumn.DisplayIndexProperty))
System\Windows\Controls\DataGridCell.cs (2)
256if (e.Property == DataGridColumn.WidthProperty) 995Column.SetCurrentValueInternal(DataGridColumn.WidthProperty, updatedWidth);
System\Windows\Controls\DataGridColumn.cs (7)
183get { return (DataGridLength)GetValue(WidthProperty); } 184set { SetValue(WidthProperty, value); } 396WidthProperty, 827else if (e.Property == DataGrid.ColumnWidthProperty || e.Property == WidthProperty) 829DataGridHelper.TransferProperty(this, WidthProperty); 864if (e.Property == WidthProperty || e.Property == MinWidthProperty || e.Property == MaxWidthProperty) 923DataGridHelper.TransferProperty(this, WidthProperty);
System\Windows\Controls\DataGridColumnCollection.cs (1)
177else if (e.Property == DataGridColumn.WidthProperty)
System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (2)
386if (e.Property == DataGridColumn.WidthProperty || 391InvalidateDataGridCellsPanelMeasureAndArrangeImpl((e.Property == DataGridColumn.WidthProperty)/*invalidateMeasureUptoRowsPresenter*/);
System\Windows\Controls\Primitives\DataGridColumnHeader.cs (1)
410if (e.Property == DataGridColumn.WidthProperty)
System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (1)
294if (e.Property == DataGridColumn.WidthProperty ||