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