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