9 references to IsDefaultValue
PresentationFramework (9)
System\Windows\Controls\DataGrid.cs (5)
903if (!DataGridHelper.IsDefaultValue(d, DataGrid.RowStyleProperty)) 1015if (!DataGridHelper.IsDefaultValue(d, DataGrid.RowStyleSelectorProperty)) 3748if (DataGridHelper.IsDefaultValue(this, CanUserAddRowsProperty)) 7049DataGridHelper.IsDefaultValue(dataGrid, CanUserSortColumnsProperty) && 8041if (!DataGridHelper.IsDefaultValue(d, DataGrid.EnableRowVirtualizationProperty))
System\Windows\Controls\DataGridColumnCollection.cs (3)
277if (DataGridHelper.IsDefaultValue(column, DataGridColumn.DisplayIndexProperty)) 512bool hasDefaultDisplayIndex = DataGridHelper.IsDefaultValue(currentColumn, DataGridColumn.DisplayIndexProperty); 654if (displayIndex == -1 && DataGridHelper.IsDefaultValue(column, DataGridColumn.DisplayIndexProperty))
System\Windows\Controls\DataGridHelper.cs (1)
671if (IsDefaultValue(column, columnProperty))