7 references to MinWidthProperty
PresentationFramework (7)
System\Windows\Controls\DataGridColumn.cs (7)
288get { return (double)GetValue(MinWidthProperty); } 289set { SetValue(MinWidthProperty, value); } 420MinWidthProperty, 819else if (e.Property == DataGrid.MinColumnWidthProperty || e.Property == MinWidthProperty) 821DataGridHelper.TransferProperty(this, MinWidthProperty); 860if (e.Property == WidthProperty || e.Property == MinWidthProperty || e.Property == MaxWidthProperty) 911DataGridHelper.TransferProperty(this, MinWidthProperty);