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