4 references to D1
PresentationCore (1)
Core\CSharp\System\Windows\Input\TextCompositionManager.cs (1)
968case Key.D1: return 0x01;
PresentationFramework (1)
src\Framework\System\Windows\Controls\DocumentViewer.cs (1)
1731new KeyGesture(Key.D1, ModifierKeys.Control));
WindowsBase (2)
Base\System\Windows\Input\KeyInterop.cs (2)
155key = Key.D1; 850case Key.D1: