8 references to MaxWidthProperty
PresentationFramework (8)
System\Windows\Controls\DataGridColumn.cs (8)
242column.CoerceValue(MaxWidthProperty); 328get { return (double)GetValue(MaxWidthProperty); } 329set { SetValue(MaxWidthProperty, value); } 435MaxWidthProperty, 816if (e.Property == DataGrid.MaxColumnWidthProperty || e.Property == MaxWidthProperty) 818DataGridHelper.TransferProperty(this, MaxWidthProperty); 861if (e.Property == WidthProperty || e.Property == MinWidthProperty || e.Property == MaxWidthProperty) 919DataGridHelper.TransferProperty(this, MaxWidthProperty);