7 references to MinWidthProperty
PresentationFramework (7)
System\Windows\Controls\DataGridColumn.cs (7)
292get { return (double)GetValue(MinWidthProperty); } 293set { SetValue(MinWidthProperty, value); } 424MinWidthProperty, 823else if (e.Property == DataGrid.MinColumnWidthProperty || e.Property == MinWidthProperty) 825DataGridHelper.TransferProperty(this, MinWidthProperty); 864if (e.Property == WidthProperty || e.Property == MinWidthProperty || e.Property == MaxWidthProperty) 921DataGridHelper.TransferProperty(this, MinWidthProperty);