4 references to D2
PresentationCore (1)
Core\CSharp\System\Windows\Input\TextCompositionManager.cs (1)
969case Key.D2: return 0x02;
PresentationFramework (1)
src\Framework\System\Windows\Controls\DocumentViewer.cs (1)
1540new KeyGesture(Key.D2, ModifierKeys.Control));
WindowsBase (2)
Base\System\Windows\Input\KeyInterop.cs (2)
159key = Key.D2; 854case Key.D2: