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