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