13 references to IsKeyDown
PresentationCore (5)
System\Windows\Input\TextCompositionManager.cs (2)
738if (!Keyboard.IsKeyDown(Key.LeftAlt) && !Keyboard.IsKeyDown(Key.RightAlt))
System\Windows\Input\TextServicesManager.cs (3)
258if (Keyboard.IsKeyDown(Key.LeftAlt) || 259Keyboard.IsKeyDown(Key.RightAlt) || 260Keyboard.IsKeyDown(Key.F10))
PresentationFramework (8)
MS\Internal\Documents\DocumentGrid.cs (2)
1258bool altKeyDown = Keyboard.IsKeyDown(Key.LeftAlt) || Keyboard.IsKeyDown(Key.RightAlt);
System\Windows\Controls\DocumentViewer.cs (2)
1217if (Keyboard.IsKeyDown(Key.LeftCtrl) || 1218Keyboard.IsKeyDown(Key.RightCtrl))
System\Windows\Controls\Menu.cs (2)
321if (!(Keyboard.IsKeyDown(Key.LeftAlt) || Keyboard.IsKeyDown(Key.RightAlt)))
System\Windows\Documents\FixedPage.cs (2)
96if (Keyboard.IsKeyDown(Key.LeftShift) || Keyboard.IsKeyDown(Key.RightShift))