15 references to WidthProperty
PresentationFramework (15)
System\Windows\Controls\DataGrid.cs (1)
610
else if ((e.Property == DataGridColumn.VisibilityProperty) || (e.Property == DataGridColumn.
WidthProperty
) || (e.Property == DataGridColumn.DisplayIndexProperty))
System\Windows\Controls\DataGridCell.cs (2)
249
if (e.Property == DataGridColumn.
WidthProperty
)
988
Column.SetCurrentValueInternal(DataGridColumn.
WidthProperty
, updatedWidth);
System\Windows\Controls\DataGridColumn.cs (7)
180
get { return (DataGridLength)GetValue(
WidthProperty
); }
181
set { SetValue(
WidthProperty
, value); }
393
WidthProperty
,
824
else if (e.Property == DataGrid.ColumnWidthProperty || e.Property ==
WidthProperty
)
826
DataGridHelper.TransferProperty(this,
WidthProperty
);
861
if (e.Property ==
WidthProperty
|| e.Property == MinWidthProperty || e.Property == MaxWidthProperty)
920
DataGridHelper.TransferProperty(this,
WidthProperty
);
System\Windows\Controls\DataGridColumnCollection.cs (1)
173
else if (e.Property == DataGridColumn.
WidthProperty
)
System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (2)
381
if (e.Property == DataGridColumn.
WidthProperty
||
386
InvalidateDataGridCellsPanelMeasureAndArrangeImpl((e.Property == DataGridColumn.
WidthProperty
)/*invalidateMeasureUptoRowsPresenter*/);
System\Windows\Controls\Primitives\DataGridColumnHeader.cs (1)
405
if (e.Property == DataGridColumn.
WidthProperty
)
System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (1)
289
if (e.Property == DataGridColumn.
WidthProperty
||