4 references to V
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\DefaultCommandExtensionCallback.cs (2)
47new List<KeyGesture> { new ChordKeyGesture(Key.E, Key.V) }); 73new List<KeyGesture> { new KeyGesture(Key.V, ModifierKeys.Control) });
WindowsBase (2)
Base\System\Windows\Input\KeyInterop.cs (2)
275key = Key.V; 970case Key.V: