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