24 references to Execute
PresentationCore (2)
System\Windows\Input\Command\RoutedCommand.cs (1)
81Execute(parameter, FilterInputElement(Keyboard.FocusedElement));
System\Windows\Input\Stylus\Common\StylusLogic.cs (1)
749command.Execute(null, element);
PresentationFramework (14)
MS\Internal\Commands\CommandHelpers.cs (1)
181routed.Execute(parameter, target);
System\Windows\Controls\DataGrid.cs (2)
3163BeginEditCommand.Execute(editingEventArgs, cellContainer); 3308command.Execute(editingUnit, cellContainer);
System\Windows\Controls\PasswordBox.cs (1)
108command.Execute(null, this);
System\Windows\Controls\Primitives\ScrollBar.cs (2)
423command.Execute(newValue, target); 438command.Execute(newValue, target);
System\windows\Documents\TextEditorSelection.cs (4)
633ScrollBar.PageDownCommand.Execute(null, This.TextView.RenderScope); 747ScrollBar.PageUpCommand.Execute(null, This.TextView.RenderScope); 1463ScrollBar.PageDownCommand.Execute(null, This.TextView.RenderScope); 1559ScrollBar.PageUpCommand.Execute(null, This.TextView.RenderScope);
System\windows\Documents\TextEditorTyping.cs (2)
1341EditingCommands.IncreaseIndentation.Execute(null, (IInputElement)sender); 1373EditingCommands.DecreaseIndentation.Execute(null, (IInputElement)sender);
System\Windows\Navigation\NavigationService.cs (1)
374ScrollBar.ScrollToTopCommand.Execute(null, elem);
System\Windows\Shell\ThumbButtonInfo.cs (1)
265routedCommand.Execute(parameter, target);
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
1932NavigationCommands.GoToPage.Execute(pageNumber, this);
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Controls\Ribbon\RibbonContextualTabGroup.cs (3)
333SystemCommands.MaximizeWindowCommand.Execute( /*parameter*/ null, /* target*/ ribbonWindow); 338SystemCommands.RestoreWindowCommand.Execute(/*parameter*/ null, /* target*/ ribbonWindow); 385SystemCommands.ShowSystemMenuCommand.Execute( /*parameter*/ null, /* target*/ ribbonWindow);
Microsoft\Windows\Controls\Ribbon\RibbonWindow.cs (3)
328SystemCommands.ShowSystemMenuCommand.Execute(null, this); 335SystemCommands.CloseWindowCommand.Execute(null, this); 381SystemCommands.ShowSystemMenuCommand.Execute(e, this);
Microsoft\Windows\Input\CommandHelpers.cs (1)
44routed.Execute(parameter, target);