25 references to Execute
PresentationCore (2)
System\Windows\Input\Command\RoutedCommand.cs (1)
93Execute(parameter, FilterInputElement(Keyboard.FocusedElement));
System\Windows\Input\Stylus\Common\StylusLogic.cs (1)
766command.Execute(null, element);
PresentationFramework (15)
MS\Internal\AppModel\OleCmdHelper.cs (1)
308_command.Execute(argument, target);
MS\Internal\Commands\CommandHelpers.cs (1)
190routed.Execute(parameter, target);
System\Windows\Controls\DataGrid.cs (2)
3190BeginEditCommand.Execute(editingEventArgs, cellContainer); 3335command.Execute(editingUnit, cellContainer);
System\Windows\Controls\PasswordBox.cs (1)
123command.Execute(null, this);
System\Windows\Controls\Primitives\ScrollBar.cs (2)
440command.Execute(newValue, target); 455command.Execute(newValue, target);
System\windows\Documents\TextEditorSelection.cs (4)
649ScrollBar.PageDownCommand.Execute(null, This.TextView.RenderScope); 763ScrollBar.PageUpCommand.Execute(null, This.TextView.RenderScope); 1479ScrollBar.PageDownCommand.Execute(null, This.TextView.RenderScope); 1575ScrollBar.PageUpCommand.Execute(null, This.TextView.RenderScope);
System\windows\Documents\TextEditorTyping.cs (2)
1363EditingCommands.IncreaseIndentation.Execute(null, (IInputElement)sender); 1395EditingCommands.DecreaseIndentation.Execute(null, (IInputElement)sender);
System\Windows\Navigation\NavigationService.cs (1)
391ScrollBar.ScrollToTopCommand.Execute(null, elem);
System\Windows\Shell\ThumbButtonInfo.cs (1)
269routedCommand.Execute(parameter, target);
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
1934NavigationCommands.GoToPage.Execute(pageNumber, this);
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Controls\Ribbon\RibbonContextualTabGroup.cs (3)
336SystemCommands.MaximizeWindowCommand.Execute( /*parameter*/ null, /* target*/ ribbonWindow); 341SystemCommands.RestoreWindowCommand.Execute(/*parameter*/ null, /* target*/ ribbonWindow); 388SystemCommands.ShowSystemMenuCommand.Execute( /*parameter*/ null, /* target*/ ribbonWindow);
Microsoft\Windows\Controls\Ribbon\RibbonWindow.cs (3)
334SystemCommands.ShowSystemMenuCommand.Execute(null, this); 341SystemCommands.CloseWindowCommand.Execute(null, this); 387SystemCommands.ShowSystemMenuCommand.Execute(e, this);
Microsoft\Windows\Input\CommandHelpers.cs (1)
53routed.Execute(parameter, target);