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