9 references to IsDefaultValue
PresentationFramework (9)
src\Framework\System\Windows\Controls\DataGrid.cs (5)
910if (!DataGridHelper.IsDefaultValue(d, DataGrid.RowStyleProperty)) 1022if (!DataGridHelper.IsDefaultValue(d, DataGrid.RowStyleSelectorProperty)) 3779if (DataGridHelper.IsDefaultValue(this, CanUserAddRowsProperty)) 7095DataGridHelper.IsDefaultValue(dataGrid, CanUserSortColumnsProperty) && 8093if (!DataGridHelper.IsDefaultValue(d, DataGrid.EnableRowVirtualizationProperty))
src\Framework\System\Windows\Controls\DataGridColumnCollection.cs (3)
283if (DataGridHelper.IsDefaultValue(column, DataGridColumn.DisplayIndexProperty)) 518bool hasDefaultDisplayIndex = DataGridHelper.IsDefaultValue(currentColumn, DataGridColumn.DisplayIndexProperty); 660if (displayIndex == -1 && DataGridHelper.IsDefaultValue(column, DataGridColumn.DisplayIndexProperty))
src\Framework\System\Windows\Controls\DataGridHelper.cs (1)
676if (IsDefaultValue(column, columnProperty))