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