7 references to MinWidthProperty
PresentationFramework (7)
System\Windows\Controls\DataGridColumn.cs (7)
289get { return (double)GetValue(MinWidthProperty); } 290set { SetValue(MinWidthProperty, value); } 421MinWidthProperty, 820else if (e.Property == DataGrid.MinColumnWidthProperty || e.Property == MinWidthProperty) 822DataGridHelper.TransferProperty(this, MinWidthProperty); 861if (e.Property == WidthProperty || e.Property == MinWidthProperty || e.Property == MaxWidthProperty) 918DataGridHelper.TransferProperty(this, MinWidthProperty);