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