13 references to IsKeyDown
PresentationCore (5)
System\Windows\Input\TextCompositionManager.cs (2)
742if (!Keyboard.IsKeyDown(Key.LeftAlt) && !Keyboard.IsKeyDown(Key.RightAlt))
System\Windows\Input\TextServicesManager.cs (3)
261if (Keyboard.IsKeyDown(Key.LeftAlt) || 262Keyboard.IsKeyDown(Key.RightAlt) || 263Keyboard.IsKeyDown(Key.F10))
PresentationFramework (8)
MS\Internal\Documents\DocumentGrid.cs (2)
1265bool altKeyDown = Keyboard.IsKeyDown(Key.LeftAlt) || Keyboard.IsKeyDown(Key.RightAlt);
System\Windows\Controls\DocumentViewer.cs (2)
1283if (Keyboard.IsKeyDown(Key.LeftCtrl) || 1284Keyboard.IsKeyDown(Key.RightCtrl))
System\Windows\Controls\Menu.cs (2)
331if (!(Keyboard.IsKeyDown(Key.LeftAlt) || Keyboard.IsKeyDown(Key.RightAlt)))
System\Windows\Documents\FixedPage.cs (2)
102if (Keyboard.IsKeyDown(Key.LeftShift) || Keyboard.IsKeyDown(Key.RightShift))