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