4 references to D3
PresentationCore (1)
Core\CSharp\System\Windows\Input\TextCompositionManager.cs (1)
970case Key.D3: return 0x03;
PresentationFramework (1)
src\Framework\System\Windows\Controls\DocumentViewer.cs (1)
1741new KeyGesture(Key.D3, ModifierKeys.Control));
WindowsBase (2)
Base\System\Windows\Input\KeyInterop.cs (2)
163key = Key.D3; 858case Key.D3: