6 references to Unset
PresentationFramework (6)
System\Windows\Controls\DataGrid.cs (3)
2886
DependencyProperty.Register("CurrentCell", typeof(DataGridCellInfo), typeof(DataGrid), new FrameworkPropertyMetadata(DataGridCellInfo.
Unset
, new PropertyChangedCallback(OnCurrentCellChanged)));
3033
SetCurrentValueInternal(CurrentCellProperty, DataGridCellInfo.
Unset
); // ClearValue
3089
currentCell = DataGridCellInfo.
Unset
;
System\Windows\Controls\DataGridCellInfo.cs (1)
121
return
Unset
;
System\Windows\Controls\VirtualizedCellInfoCollection.cs (2)
279
return DataGridCellInfo.
Unset
;
1620
return DataGridCellInfo.
Unset
;