4 references to D4
PresentationCore (1)
Core\CSharp\System\Windows\Input\TextCompositionManager.cs (1)
971case Key.D4: return 0x04;
PresentationFramework (1)
src\Framework\System\Windows\Controls\DocumentViewer.cs (1)
1751new KeyGesture(Key.D4, ModifierKeys.Control));
WindowsBase (2)
Base\System\Windows\Input\KeyInterop.cs (2)
167key = Key.D4; 862case Key.D4: