7 references to MinWidthProperty
PresentationFramework (7)
System\Windows\Controls\DataGridColumn.cs (7)
289
get { return (double)GetValue(
MinWidthProperty
); }
290
set { SetValue(
MinWidthProperty
, value); }
421
MinWidthProperty
,
820
else if (e.Property == DataGrid.MinColumnWidthProperty || e.Property ==
MinWidthProperty
)
822
DataGridHelper.TransferProperty(this,
MinWidthProperty
);
861
if (e.Property == WidthProperty || e.Property ==
MinWidthProperty
|| e.Property == MaxWidthProperty)
918
DataGridHelper.TransferProperty(this,
MinWidthProperty
);