34 references to Execute
PresentationCore (1)
Core\CSharp\System\Windows\Input\Command\RoutedCommand.cs (1)
100Execute(parameter, FilterInputElement(Keyboard.FocusedElement));
PresentationFramework (15)
src\Framework\MS\Internal\AppModel\RootBrowserWindow.cs (1)
945ApplicationCommands.Print.Execute(null, target);
src\Framework\MS\Internal\Commands\CommandHelpers.cs (1)
206routed.Execute(parameter, target);
src\Framework\System\Windows\Controls\DataGrid.cs (2)
3195BeginEditCommand.Execute(editingEventArgs, cellContainer); 3340command.Execute(editingUnit, cellContainer);
src\Framework\System\Windows\Controls\PasswordBox.cs (1)
126command.Execute(null, this);
src\Framework\System\Windows\Controls\Primitives\ScrollBar.cs (2)
445command.Execute(newValue, target); 460command.Execute(newValue, target);
src\Framework\System\windows\Documents\TextEditorSelection.cs (4)
658ScrollBar.PageDownCommand.Execute(null, This.TextView.RenderScope); 772ScrollBar.PageUpCommand.Execute(null, This.TextView.RenderScope); 1488ScrollBar.PageDownCommand.Execute(null, This.TextView.RenderScope); 1584ScrollBar.PageUpCommand.Execute(null, This.TextView.RenderScope);
src\Framework\System\windows\Documents\TextEditorTyping.cs (2)
1380EditingCommands.IncreaseIndentation.Execute(null, (IInputElement)sender); 1412EditingCommands.DecreaseIndentation.Execute(null, (IInputElement)sender);
src\Framework\System\Windows\Navigation\NavigationService.cs (1)
421ScrollBar.ScrollToTopCommand.Execute(null, elem);
src\Framework\System\Windows\Shell\ThumbButtonInfo.cs (1)
267routedCommand.Execute(parameter, target);
System.Activities.Presentation (18)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\EditModeSwitchButtonKeyboardFix.cs (4)
134PropertyValueEditorCommands.ShowInlineEditor.Execute(null, button); 137PropertyValueEditorCommands.ShowExtendedPopupEditor.Execute(null, button); 140PropertyValueEditorCommands.ShowExtendedPinnedEditor.Execute(null, button); 143PropertyValueEditorCommands.ShowDialogEditor.Execute(null, button);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\CategoryContainer.xaml.cs (1)
343CategoryContainerCommands.UpdateCategoryExpansionState.Execute(null, d as IInputElement);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\PropertyContainerPopupHelper.cs (2)
37PropertyContainerPopup.OnBeginExtendedEdit.Execute(this, owningPropertyContainer); 66OnEndExtendedEdit.Execute(this, owningPropertyContainer);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\ValueEditorUtils.cs (1)
73routedCommand.Execute(parameter, element);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\EditModeSwitchButton.cs (4)
226PropertyValueEditorCommands.ShowInlineEditor.Execute(null, this); 229PropertyValueEditorCommands.ShowExtendedPopupEditor.Execute(null, this); 232PropertyValueEditorCommands.ShowExtendedPinnedEditor.Execute(null, this); 235PropertyValueEditorCommands.ShowDialogEditor.Execute(null, this);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\PropertyContainer.cs (1)
173OpenDialogWindow.Execute(null, theThis);
System.Activities.Presentation\System\Activities\Presentation\DialogWindow.cs (1)
63ApplicationCommands.Help.Execute(null, focusedElement);
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxControl.cs (1)
382((RoutedCommand)DesignerView.CreateWorkflowElementCommand).Execute(dataObject, target);
System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (2)
513cmd.Execute(btn.CommandParameter, this.dataGrid); 1459((RoutedCommand)DesignerView.CommitCommand).Execute(null, etb);
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (1)
653cmd.Execute(null, oldFocus);