8 references to MaxWidthProperty
PresentationFramework (8)
System\Windows\Controls\DataGridColumn.cs (8)
245column.CoerceValue(MaxWidthProperty); 331get { return (double)GetValue(MaxWidthProperty); } 332set { SetValue(MaxWidthProperty, value); } 438MaxWidthProperty, 819if (e.Property == DataGrid.MaxColumnWidthProperty || e.Property == MaxWidthProperty) 821DataGridHelper.TransferProperty(this, MaxWidthProperty); 864if (e.Property == WidthProperty || e.Property == MinWidthProperty || e.Property == MaxWidthProperty) 922DataGridHelper.TransferProperty(this, MaxWidthProperty);