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