9 references to IsDefaultValue
PresentationFramework (9)
System\Windows\Controls\DataGrid.cs (5)
909if (!DataGridHelper.IsDefaultValue(d, DataGrid.RowStyleProperty)) 1021if (!DataGridHelper.IsDefaultValue(d, DataGrid.RowStyleSelectorProperty)) 3774if (DataGridHelper.IsDefaultValue(this, CanUserAddRowsProperty)) 7092DataGridHelper.IsDefaultValue(dataGrid, CanUserSortColumnsProperty) && 8087if (!DataGridHelper.IsDefaultValue(d, DataGrid.EnableRowVirtualizationProperty))
System\Windows\Controls\DataGridColumnCollection.cs (3)
282if (DataGridHelper.IsDefaultValue(column, DataGridColumn.DisplayIndexProperty)) 517bool hasDefaultDisplayIndex = DataGridHelper.IsDefaultValue(currentColumn, DataGridColumn.DisplayIndexProperty); 659if (displayIndex == -1 && DataGridHelper.IsDefaultValue(column, DataGridColumn.DisplayIndexProperty))
System\Windows\Controls\DataGridHelper.cs (1)
677if (IsDefaultValue(column, columnProperty))