6 references to Unset
PresentationFramework (6)
System\Windows\Controls\DataGrid.cs (3)
2889
DependencyProperty.Register("CurrentCell", typeof(DataGridCellInfo), typeof(DataGrid), new FrameworkPropertyMetadata(DataGridCellInfo.
Unset
, new PropertyChangedCallback(OnCurrentCellChanged)));
3036
SetCurrentValueInternal(CurrentCellProperty, DataGridCellInfo.
Unset
); // ClearValue
3092
currentCell = DataGridCellInfo.
Unset
;
System\Windows\Controls\DataGridCellInfo.cs (1)
126
return
Unset
;
System\Windows\Controls\VirtualizedCellInfoCollection.cs (2)
283
return DataGridCellInfo.
Unset
;
1624
return DataGridCellInfo.
Unset
;