6 references to Unset
PresentationFramework (6)
src\Framework\System\Windows\Controls\DataGrid.cs (3)
2894DependencyProperty.Register("CurrentCell", typeof(DataGridCellInfo), typeof(DataGrid), new FrameworkPropertyMetadata(DataGridCellInfo.Unset, new PropertyChangedCallback(OnCurrentCellChanged))); 3041SetCurrentValueInternal(CurrentCellProperty, DataGridCellInfo.Unset); // ClearValue 3097currentCell = DataGridCellInfo.Unset;
src\Framework\System\Windows\Controls\DataGridCellInfo.cs (1)
133return Unset;
src\Framework\System\Windows\Controls\VirtualizedCellInfoCollection.cs (2)
284return DataGridCellInfo.Unset; 1627return DataGridCellInfo.Unset;