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