7 references to MinWidthProperty
PresentationFramework (7)
System\Windows\Controls\DataGridColumn.cs (7)
288
get { return (double)GetValue(
MinWidthProperty
); }
289
set { SetValue(
MinWidthProperty
, value); }
420
MinWidthProperty
,
819
else if (e.Property == DataGrid.MinColumnWidthProperty || e.Property ==
MinWidthProperty
)
821
DataGridHelper.TransferProperty(this,
MinWidthProperty
);
860
if (e.Property == WidthProperty || e.Property ==
MinWidthProperty
|| e.Property == MaxWidthProperty)
911
DataGridHelper.TransferProperty(this,
MinWidthProperty
);