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