8 references to MaxWidthProperty
PresentationFramework (8)
System\Windows\Controls\DataGridColumn.cs (8)
241column.CoerceValue(MaxWidthProperty); 327get { return (double)GetValue(MaxWidthProperty); } 328set { SetValue(MaxWidthProperty, value); } 434MaxWidthProperty, 815if (e.Property == DataGrid.MaxColumnWidthProperty || e.Property == MaxWidthProperty) 817DataGridHelper.TransferProperty(this, MaxWidthProperty); 860if (e.Property == WidthProperty || e.Property == MinWidthProperty || e.Property == MaxWidthProperty) 912DataGridHelper.TransferProperty(this, MaxWidthProperty);