4 references to ColumnWidthProperty
PresentationFramework (4)
System\Windows\Controls\DataGrid.cs (2)
144
get { return (DataGridLength)GetValue(
ColumnWidthProperty
); }
145
set { SetValue(
ColumnWidthProperty
, value); }
System\Windows\Controls\DataGridColumn.cs (2)
394
DataGrid.
ColumnWidthProperty
);
823
else if (e.Property == DataGrid.
ColumnWidthProperty
|| e.Property == WidthProperty)