24 references to Execute
PresentationCore (2)
System\Windows\Input\Command\RoutedCommand.cs (1)
82Execute(parameter, FilterInputElement(Keyboard.FocusedElement));
System\Windows\Input\Stylus\Common\StylusLogic.cs (1)
750command.Execute(null, element);
PresentationFramework (14)
MS\Internal\Commands\CommandHelpers.cs (1)
182routed.Execute(parameter, target);
System\Windows\Controls\DataGrid.cs (2)
3164BeginEditCommand.Execute(editingEventArgs, cellContainer); 3309command.Execute(editingUnit, cellContainer);
System\Windows\Controls\PasswordBox.cs (1)
109command.Execute(null, this);
System\Windows\Controls\Primitives\ScrollBar.cs (2)
424command.Execute(newValue, target); 439command.Execute(newValue, target);
System\windows\Documents\TextEditorSelection.cs (4)
634ScrollBar.PageDownCommand.Execute(null, This.TextView.RenderScope); 748ScrollBar.PageUpCommand.Execute(null, This.TextView.RenderScope); 1464ScrollBar.PageDownCommand.Execute(null, This.TextView.RenderScope); 1560ScrollBar.PageUpCommand.Execute(null, This.TextView.RenderScope);
System\windows\Documents\TextEditorTyping.cs (2)
1342EditingCommands.IncreaseIndentation.Execute(null, (IInputElement)sender); 1374EditingCommands.DecreaseIndentation.Execute(null, (IInputElement)sender);
System\Windows\Navigation\NavigationService.cs (1)
375ScrollBar.ScrollToTopCommand.Execute(null, elem);
System\Windows\Shell\ThumbButtonInfo.cs (1)
266routedCommand.Execute(parameter, target);
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
1933NavigationCommands.GoToPage.Execute(pageNumber, this);
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Controls\Ribbon\RibbonContextualTabGroup.cs (3)
334SystemCommands.MaximizeWindowCommand.Execute( /*parameter*/ null, /* target*/ ribbonWindow); 339SystemCommands.RestoreWindowCommand.Execute(/*parameter*/ null, /* target*/ ribbonWindow); 386SystemCommands.ShowSystemMenuCommand.Execute( /*parameter*/ null, /* target*/ ribbonWindow);
Microsoft\Windows\Controls\Ribbon\RibbonWindow.cs (3)
329SystemCommands.ShowSystemMenuCommand.Execute(null, this); 336SystemCommands.CloseWindowCommand.Execute(null, this); 382SystemCommands.ShowSystemMenuCommand.Execute(e, this);
Microsoft\Windows\Input\CommandHelpers.cs (1)
44routed.Execute(parameter, target);