9 references to IsDefaultValue
PresentationFramework (9)
System\Windows\Controls\DataGrid.cs (5)
902
if (!DataGridHelper.
IsDefaultValue
(d, DataGrid.RowStyleProperty))
1014
if (!DataGridHelper.
IsDefaultValue
(d, DataGrid.RowStyleSelectorProperty))
3747
if (DataGridHelper.
IsDefaultValue
(this, CanUserAddRowsProperty))
7048
DataGridHelper.
IsDefaultValue
(dataGrid, CanUserSortColumnsProperty) &&
8040
if (!DataGridHelper.
IsDefaultValue
(d, DataGrid.EnableRowVirtualizationProperty))
System\Windows\Controls\DataGridColumnCollection.cs (3)
276
if (DataGridHelper.
IsDefaultValue
(column, DataGridColumn.DisplayIndexProperty))
511
bool hasDefaultDisplayIndex = DataGridHelper.
IsDefaultValue
(currentColumn, DataGridColumn.DisplayIndexProperty);
653
if (displayIndex == -1 && DataGridHelper.
IsDefaultValue
(column, DataGridColumn.DisplayIndexProperty))
System\Windows\Controls\DataGridHelper.cs (1)
670
if (
IsDefaultValue
(column, columnProperty))