14 references to WidthProperty
PresentationFramework (14)
src\Framework\System\Windows\Controls\DataGrid.cs (1)
614else if ((e.Property == DataGridColumn.VisibilityProperty) || (e.Property == DataGridColumn.WidthProperty) || (e.Property == DataGridColumn.DisplayIndexProperty))
src\Framework\System\Windows\Controls\DataGridCell.cs (1)
251if (e.Property == DataGridColumn.WidthProperty)
src\Framework\System\Windows\Controls\DataGridColumn.cs (7)
184get { return (DataGridLength)GetValue(WidthProperty); } 185set { SetValue(WidthProperty, value); } 397WidthProperty, 834else if (e.Property == DataGrid.ColumnWidthProperty || e.Property == WidthProperty) 836DataGridHelper.TransferProperty(this, WidthProperty); 871if (e.Property == WidthProperty || e.Property == MinWidthProperty || e.Property == MaxWidthProperty) 930DataGridHelper.TransferProperty(this, WidthProperty);
src\Framework\System\Windows\Controls\DataGridColumnCollection.cs (1)
178else if (e.Property == DataGridColumn.WidthProperty)
src\Framework\System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (2)
387if (e.Property == DataGridColumn.WidthProperty || 392InvalidateDataGridCellsPanelMeasureAndArrangeImpl((e.Property == DataGridColumn.WidthProperty)/*invalidateMeasureUptoRowsPresenter*/);
src\Framework\System\Windows\Controls\Primitives\DataGridColumnHeader.cs (1)
411if (e.Property == DataGridColumn.WidthProperty)
src\Framework\System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (1)
294if (e.Property == DataGridColumn.WidthProperty ||