5 references to C
PresentationCore (1)
Core\CSharp\System\Windows\Input\TextCompositionManager.cs (1)
979case Key.C: return 0x0C;
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\DefaultCommandExtensionCallback.cs (2)
31new List<KeyGesture> { new ChordKeyGesture(Key.E, Key.C) }); 71new List<KeyGesture> { new KeyGesture(Key.C, ModifierKeys.Control) });
WindowsBase (2)
Base\System\Windows\Input\KeyInterop.cs (2)
199key = Key.C; 894case Key.C: