7 references to MinWidthProperty
PresentationFramework (7)
src\Framework\System\Windows\Controls\DataGridColumn.cs (7)
293get { return (double)GetValue(MinWidthProperty); } 294set { SetValue(MinWidthProperty, value); } 425MinWidthProperty, 830else if (e.Property == DataGrid.MinColumnWidthProperty || e.Property == MinWidthProperty) 832DataGridHelper.TransferProperty(this, MinWidthProperty); 871if (e.Property == WidthProperty || e.Property == MinWidthProperty || e.Property == MaxWidthProperty) 928DataGridHelper.TransferProperty(this, MinWidthProperty);