5 references to P
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
1497executedHandler, canExecuteHandler, new KeyGesture(Key.P, ModifierKeys.Control));
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\DefaultCommandExtensionCallback.cs (2)
25new List<KeyGesture> { new ChordKeyGesture(Key.E, Key.P) }); 61new List<KeyGesture> { new ChordKeyGesture(Key.K, Key.P) });
WindowsBase (2)
Base\System\Windows\Input\KeyInterop.cs (2)
251key = Key.P; 946case Key.P: