4 references to MinColumnWidthProperty
PresentationFramework (4)
System\Windows\Controls\DataGrid.cs (2)
160
get { return (double)GetValue(
MinColumnWidthProperty
); }
161
set { SetValue(
MinColumnWidthProperty
, value); }
System\Windows\Controls\DataGridColumn.cs (2)
423
DataGrid.
MinColumnWidthProperty
);
820
else if (e.Property == DataGrid.
MinColumnWidthProperty
|| e.Property == MinWidthProperty)