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