8 references to MaxWidthProperty
PresentationFramework (8)
src\Framework\System\Windows\Controls\DataGridColumn.cs (8)
246column.CoerceValue(MaxWidthProperty); 332get { return (double)GetValue(MaxWidthProperty); } 333set { SetValue(MaxWidthProperty, value); } 439MaxWidthProperty, 826if (e.Property == DataGrid.MaxColumnWidthProperty || e.Property == MaxWidthProperty) 828DataGridHelper.TransferProperty(this, MaxWidthProperty); 871if (e.Property == WidthProperty || e.Property == MinWidthProperty || e.Property == MaxWidthProperty) 929DataGridHelper.TransferProperty(this, MaxWidthProperty);