9 references to System
PresentationCore (4)
Core\CSharp\System\Windows\Input\KeyboardDevice.cs (2)
906if (key == Key.System) 961if (key == Key.System)
Core\CSharp\System\Windows\Input\KeyEventArgs.cs (2)
111get { return (_key == Key.System) ? _realKey : Key.None;} 196_key = Key.System;
PresentationFramework (5)
src\Framework\System\Windows\Controls\ComboBox.cs (1)
1339if (key == Key.System)
src\Framework\System\Windows\Controls\DataGridComboBoxColumn.cs (1)
610if (key == Key.System)
src\Framework\System\Windows\Controls\DatePicker.cs (1)
1148case Key.System:
src\Framework\System\Windows\Controls\Primitives\MenuBase.cs (1)
472case Key.System:
src\Framework\System\Windows\Input\KeyboardNavigation.cs (1)
3355return (e.Key == Key.System) ? e.SystemKey : e.Key;