2 instantiations of ExecutedRoutedEventArgs
PresentationCore (2)
Core\CSharp\System\Windows\Input\Command\CommandManager.cs (1)
621ExecutedRoutedEventArgs executedArgs = new ExecutedRoutedEventArgs(e.Command, null /* parameter */);
Core\CSharp\System\Windows\Input\Command\RoutedCommand.cs (1)
456ExecutedRoutedEventArgs args = new ExecutedRoutedEventArgs(this, parameter);
254 references to ExecutedRoutedEventArgs
PresentationCore (14)
Core\CSharp\System\Windows\Generated\UIElement.cs (2)
2461private static void OnPreviewExecutedThunk(object sender, ExecutedRoutedEventArgs e) 2473private static void OnExecutedThunk(object sender, ExecutedRoutedEventArgs e)
Core\CSharp\System\Windows\Input\Command\CommandBinding.cs (2)
177private bool CheckCanExecute(object sender, ExecutedRoutedEventArgs e) 196internal void OnExecuted(object sender, ExecutedRoutedEventArgs e)
Core\CSharp\System\Windows\Input\Command\CommandManager.cs (8)
552internal static void OnExecuted(object sender, ExecutedRoutedEventArgs e) 583private static bool ExecuteCommandBinding(object sender, ExecutedRoutedEventArgs e, CommandBinding commandBinding) 621ExecutedRoutedEventArgs executedArgs = new ExecutedRoutedEventArgs(e.Command, null /* parameter */); 707ExecutedRoutedEventArgs exArgs = execute ? (ExecutedRoutedEventArgs)e : null; 730ExecuteCommandBinding(sender, (ExecutedRoutedEventArgs)e, tuple.Item2); 746(execute && ExecuteCommandBinding(sender, (ExecutedRoutedEventArgs)e, commandBinding)) || 775private static void TransferEvent(IInputElement newSource, ExecutedRoutedEventArgs e)
Core\CSharp\System\Windows\Input\Command\ExecutedRoutedEventArgs.cs (1)
16public delegate void ExecutedRoutedEventHandler(object sender, ExecutedRoutedEventArgs e);
Core\CSharp\System\Windows\Input\Command\RoutedCommand.cs (1)
456ExecutedRoutedEventArgs args = new ExecutedRoutedEventArgs(this, parameter);
PresentationFramework (125)
src\Framework\MS\Internal\AppModel\RootBrowserWindow.cs (1)
917private static void OnCommandPrint(object sender, ExecutedRoutedEventArgs e)
src\Framework\System\Windows\Annotations\AnnotationHelper.cs (6)
299internal static void OnCreateHighlightCommand(object sender, ExecutedRoutedEventArgs e) 313internal static void OnCreateTextStickyNoteCommand(object sender, ExecutedRoutedEventArgs e) 327internal static void OnCreateInkStickyNoteCommand(object sender, ExecutedRoutedEventArgs e) 342internal static void OnClearHighlightsCommand(object sender, ExecutedRoutedEventArgs e) 357internal static void OnDeleteStickyNotesCommand(object sender, ExecutedRoutedEventArgs e) 373internal static void OnDeleteAnnotationsCommand(object sender, ExecutedRoutedEventArgs e)
src\Framework\System\Windows\Controls\DataGrid.cs (11)
2089private static void OnExecutedBeginEdit(object sender, ExecutedRoutedEventArgs e) 2132protected virtual void OnExecutedBeginEdit(ExecutedRoutedEventArgs e) 2295private static void OnExecutedCommitEdit(object sender, ExecutedRoutedEventArgs e) 2349protected virtual void OnExecutedCommitEdit(ExecutedRoutedEventArgs e) 2499private static void OnExecutedCancelEdit(object sender, ExecutedRoutedEventArgs e) 2523protected virtual void OnExecutedCancelEdit(ExecutedRoutedEventArgs e) 2591private static void OnExecutedDelete(object sender, ExecutedRoutedEventArgs e) 2610protected virtual void OnExecutedDelete(ExecutedRoutedEventArgs e) 4344private static void OnExecutedSelectAll(object sender, ExecutedRoutedEventArgs e) 8268private static void OnExecutedCopy(object target, ExecutedRoutedEventArgs args) 8282protected virtual void OnExecutedCopy(ExecutedRoutedEventArgs args)
src\Framework\System\Windows\Controls\DocumentViewer.cs (1)
1878private static void ExecutedRoutedEventHandler(object target, ExecutedRoutedEventArgs args)
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (1)
1445private static void ExecutedRoutedEventHandler(object target, ExecutedRoutedEventArgs args)
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1449private static void ExecutedRoutedEventHandler(object target, ExecutedRoutedEventArgs args)
src\Framework\System\Windows\Controls\Frame.cs (5)
655private void OnGoBack(object sender, ExecutedRoutedEventArgs e) 668private void OnGoForward(object sender, ExecutedRoutedEventArgs e) 675private void OnNavigateJournal(object sender, ExecutedRoutedEventArgs e) 699private void OnRefresh(object sender, ExecutedRoutedEventArgs e) 706private void OnBrowseStop(object sender, ExecutedRoutedEventArgs e)
src\Framework\System\Windows\Controls\InkCanvas.cs (1)
2837private static void _OnCommandExecuted(object sender, ExecutedRoutedEventArgs args)
src\Framework\System\Windows\Controls\ListBox.cs (1)
646private static void OnSelectAll(object target, ExecutedRoutedEventArgs args)
src\Framework\System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
1542private static void ExecutedRoutedEventHandler(object target, ExecutedRoutedEventArgs args)
src\Framework\System\Windows\Controls\Primitives\ScrollBar.cs (5)
288/// Scrolls horizontally to the double value provided in <see cref="System.Windows.Input.ExecutedRoutedEventArgs.Parameter" />. 292/// Scrolls vertically to the double value provided in <see cref="System.Windows.Input.ExecutedRoutedEventArgs.Parameter" />. 296/// Scrolls horizontally by dragging to the double value provided in <see cref="System.Windows.Input.ExecutedRoutedEventArgs.Parameter" />. 300/// Scrolls vertically by dragging to the double value provided in <see cref="System.Windows.Input.ExecutedRoutedEventArgs.Parameter" />. 491private static void OnScrollCommand(object target, ExecutedRoutedEventArgs args)
src\Framework\System\Windows\Controls\ScrollViewer.cs (1)
2539private static void OnScrollCommand(object target, ExecutedRoutedEventArgs args)
src\Framework\System\Windows\Controls\SinglePageViewer.cs (1)
1321private static void ExecutedRoutedEventHandler(object target, ExecutedRoutedEventArgs args)
src\Framework\System\Windows\Controls\Slider.cs (6)
219private static void OnIncreaseSmallCommand(object sender, ExecutedRoutedEventArgs e) 228private static void OnDecreaseSmallCommand(object sender, ExecutedRoutedEventArgs e) 237private static void OnMaximizeValueCommand(object sender, ExecutedRoutedEventArgs e) 246private static void OnMinimizeValueCommand(object sender, ExecutedRoutedEventArgs e) 255private static void OnIncreaseLargeCommand(object sender, ExecutedRoutedEventArgs e) 264private static void OnDecreaseLargeCommand(object sender, ExecutedRoutedEventArgs e)
src\Framework\System\Windows\Controls\StickyNote.cs (1)
1744private static void _OnCommandExecuted(object sender, ExecutedRoutedEventArgs args)
src\Framework\System\Windows\Documents\RubberbandSelector.cs (1)
210private void OnCopy(object sender, ExecutedRoutedEventArgs e)
src\Framework\System\windows\Documents\TextEditor.cs (2)
1876private static void OnUndo(object target, ExecutedRoutedEventArgs args) 1902private static void OnRedo(object target, ExecutedRoutedEventArgs args)
src\Framework\System\windows\Documents\TextEditorCharacters.cs (15)
136private static void OnResetFormat(object target, ExecutedRoutedEventArgs args) 181private static void OnToggleBold(object target, ExecutedRoutedEventArgs args) 201private static void OnToggleItalic(object target, ExecutedRoutedEventArgs args) 224private static void OnToggleUnderline(object target, ExecutedRoutedEventArgs args) 253private static void OnToggleSubscript(object sender, ExecutedRoutedEventArgs args) 272private static void OnToggleSuperscript(object sender, ExecutedRoutedEventArgs args) 300private static void OnIncreaseFontSize(object target, ExecutedRoutedEventArgs args) 342private static void OnDecreaseFontSize(object target, ExecutedRoutedEventArgs args) 383private static void OnApplyFontSize(object target, ExecutedRoutedEventArgs args) 396private static void OnApplyFontFamily(object target, ExecutedRoutedEventArgs args) 409private static void OnApplyForeground(object target, ExecutedRoutedEventArgs args) 422private static void OnApplyBackground(object target, ExecutedRoutedEventArgs args) 435private static void OnToggleSpellCheck(object target, ExecutedRoutedEventArgs args) 450private static void OnApplyInlineFlowDirectionRTL(object target, ExecutedRoutedEventArgs args) 459private static void OnApplyInlineFlowDirectionLTR(object target, ExecutedRoutedEventArgs args)
src\Framework\System\windows\Documents\TextEditorCopyPaste.cs (5)
637private static void OnCut(object target, ExecutedRoutedEventArgs args) 690private static void OnCopy(object target, ExecutedRoutedEventArgs args) 749private static void OnPaste(object target, ExecutedRoutedEventArgs args) 778private static void OnCopyFormat(object sender, ExecutedRoutedEventArgs args) 800private static void OnPasteFormat(object sender, ExecutedRoutedEventArgs args)
src\Framework\System\windows\Documents\TextEditorLists.cs (1)
124private static void OnListCommand(object target, ExecutedRoutedEventArgs args)
src\Framework\System\windows\Documents\TextEditorParagraphs.cs (9)
81private static void OnAlignLeft(object sender, ExecutedRoutedEventArgs e) 96private static void OnAlignCenter(object sender, ExecutedRoutedEventArgs e) 111private static void OnAlignRight(object sender, ExecutedRoutedEventArgs e) 126private static void OnAlignJustify(object sender, ExecutedRoutedEventArgs e) 138private static void OnApplySingleSpace(object sender, ExecutedRoutedEventArgs e) 143private static void OnApplyOneAndAHalfSpace(object sender, ExecutedRoutedEventArgs e) 148private static void OnApplyDoubleSpace(object sender, ExecutedRoutedEventArgs e) 156private static void OnApplyParagraphFlowDirectionLTR(object sender, ExecutedRoutedEventArgs e) 166private static void OnApplyParagraphFlowDirectionRTL(object sender, ExecutedRoutedEventArgs e)
src\Framework\System\windows\Documents\TextEditorSelection.cs (30)
167private static void OnSelectAll(object target, ExecutedRoutedEventArgs args) 202private static void OnMoveRightByCharacter(object target, ExecutedRoutedEventArgs args) 218private static void OnMoveLeftByCharacter(object target, ExecutedRoutedEventArgs args) 234private static void OnMoveRightByWord(object target, ExecutedRoutedEventArgs args) 250private static void OnMoveLeftByWord(object target, ExecutedRoutedEventArgs args) 264private static void OnMoveDownByLine(object sender, ExecutedRoutedEventArgs args) 356private static void OnMoveUpByLine(object sender, ExecutedRoutedEventArgs args) 446private static void OnMoveDownByParagraph(object sender, ExecutedRoutedEventArgs args) 501private static void OnMoveUpByParagraph(object sender, ExecutedRoutedEventArgs args) 555private static void OnMoveDownByPage(object sender, ExecutedRoutedEventArgs args) 676private static void OnMoveUpByPage(object sender, ExecutedRoutedEventArgs args) 793private static void OnMoveToLineStart(object target, ExecutedRoutedEventArgs args) 845private static void OnMoveToLineEnd(object target, ExecutedRoutedEventArgs args) 897private static void OnMoveToDocumentStart(object target, ExecutedRoutedEventArgs args) 925private static void OnMoveToDocumentEnd(object target, ExecutedRoutedEventArgs args) 961private static void OnSelectRightByCharacter(object target, ExecutedRoutedEventArgs args) 977private static void OnSelectLeftByCharacter(object target, ExecutedRoutedEventArgs args) 992private static void OnSelectRightByWord(object target, ExecutedRoutedEventArgs args) 1008private static void OnSelectLeftByWord(object target, ExecutedRoutedEventArgs args) 1022private static void OnSelectDownByLine(object sender, ExecutedRoutedEventArgs args) 1194private static void OnSelectUpByLine(object sender, ExecutedRoutedEventArgs args) 1318private static void OnSelectDownByParagraph(object sender, ExecutedRoutedEventArgs args) 1359private static void OnSelectUpByParagraph(object sender, ExecutedRoutedEventArgs args) 1403private static void OnSelectDownByPage(object sender, ExecutedRoutedEventArgs args) 1499private static void OnSelectUpByPage(object sender, ExecutedRoutedEventArgs args) 1597private static void OnSelectToLineStart(object target, ExecutedRoutedEventArgs args) 1642private static void OnSelectToLineEnd(object target, ExecutedRoutedEventArgs args) 1730private static void OnSelectToDocumentStart(object target, ExecutedRoutedEventArgs args) 1758private static void OnSelectToDocumentEnd(object target, ExecutedRoutedEventArgs args) 2015private static void OnNYICommand(object source, ExecutedRoutedEventArgs args)
src\Framework\System\windows\Documents\TextEditorSpelling.cs (2)
123private static void OnCorrectSpellingError(object target, ExecutedRoutedEventArgs args) 225private static void OnIgnoreSpellingError(object target, ExecutedRoutedEventArgs args)
src\Framework\System\windows\Documents\TextEditorTables.cs (1)
71private static void OnTableCommand(object target, ExecutedRoutedEventArgs args)
src\Framework\System\windows\Documents\TextEditorTyping.cs (10)
464private static void OnCorrectionList(object target, ExecutedRoutedEventArgs args) 492private static void OnToggleInsert(object target, ExecutedRoutedEventArgs args) 546private static void OnDelete(object sender, ExecutedRoutedEventArgs args) 599private static void OnBackspace(object sender, ExecutedRoutedEventArgs args) 915private static void OnDeleteNextWord(object sender, ExecutedRoutedEventArgs args) 973private static void OnDeletePreviousWord(object sender, ExecutedRoutedEventArgs args) 1068private static void OnEnterBreak(object sender, ExecutedRoutedEventArgs args) 1289private static void OnSpace(object sender, ExecutedRoutedEventArgs e) 1359private static void OnTabForward(object sender, ExecutedRoutedEventArgs args) 1390private static void OnTabBackward(object sender, ExecutedRoutedEventArgs args)
src\Framework\System\Windows\Navigation\NavigationWindow.cs (5)
1041private static void OnGoBack(object sender, ExecutedRoutedEventArgs args) 1056private static void OnGoForward(object sender, ExecutedRoutedEventArgs e) 1071private static void OnRefresh(object sender, ExecutedRoutedEventArgs e) 1085private static void OnBrowseStop(object sender, ExecutedRoutedEventArgs e) 1097private static void OnNavigateJournal(object sender, ExecutedRoutedEventArgs e)
src\Framework\System\Windows\Window.cs (1)
3654private static void OnDialogCommand(object target, ExecutedRoutedEventArgs e)
System.Activities.Core.Presentation (20)
System\Activities\Core\Presentation\CaseDesigner.xaml.cs (3)
139void OnAddAnnotationCommandExecuted(object sender, ExecutedRoutedEventArgs e) 153void OnEditAnnotationCommandExecuted(object sender, ExecutedRoutedEventArgs e) 166void OnDeleteAnnotationCommandExecuted(object sender, ExecutedRoutedEventArgs e)
System\Activities\Core\Presentation\CatchDesigner.xaml.cs (3)
133void OnAddAnnotationCommandExecuted(object sender, ExecutedRoutedEventArgs e) 147void OnEditAnnotationCommandExecuted(object sender, ExecutedRoutedEventArgs e) 160void OnDeleteAnnotationCommandExecuted(object sender, ExecutedRoutedEventArgs e)
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (4)
216void OnSetAsStartNodeCommandExecuted(object sender, ExecutedRoutedEventArgs e) 2085void OnConnectNodesCommandExecuted(object sender, ExecutedRoutedEventArgs e) 2096void OnShowAllConditionsCommandExecuted(object sender, ExecutedRoutedEventArgs e) 2108void OnHideAllConditionsCommandExecuted(object sender, ExecutedRoutedEventArgs e)
System\Activities\Core\Presentation\PickDesigner.xaml.cs (1)
48void OnCreateBranchCommandExecute(object sender, ExecutedRoutedEventArgs e)
System\Activities\Core\Presentation\StateDesigner.xaml.cs (1)
141void OnSetAsInitialExecute(object sender, ExecutedRoutedEventArgs e)
System\Activities\Core\Presentation\TransitionDesigner.xaml.cs (1)
349void OnCopyCommandExecute(object sender, ExecutedRoutedEventArgs e)
System\Activities\Presentation\DynamicArgumentDesigner.xaml.cs (1)
647void OnCreateDynamicArgumentExecute(object sender, ExecutedRoutedEventArgs e)
System\Activities\Presentation\TypeCollectionDesigner.xaml.cs (2)
143void OnAddTypeExecuted(object sender, ExecutedRoutedEventArgs e) 151void OnDeleteTypeExecuted(object sender, ExecutedRoutedEventArgs e)
System\ServiceModel\Activities\Presentation\CorrelationDataDesigner.xaml.cs (1)
99void OnAddNewDataExecuted(object sender, ExecutedRoutedEventArgs e)
System\ServiceModel\Activities\Presentation\CorrelationInitializerDesigner.xaml.cs (1)
62void OnAddNewInitializerExecuted(object sender, ExecutedRoutedEventArgs e)
System\ServiceModel\Activities\Presentation\ReceiveDesigner.xaml.cs (1)
140void OnCreateSendReplyExecute(object sender, ExecutedRoutedEventArgs e)
System\ServiceModel\Activities\Presentation\SendDesigner.xaml.cs (1)
143void OnCreateReceiveReplyExecute(object sender, ExecutedRoutedEventArgs e)
System.Activities.Presentation (95)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\CategoryList.cs (1)
267private void OnFinishEditing(object sender, ExecutedRoutedEventArgs e)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\StringEditor.cs (1)
343void OnDesignerViewCommitExecute(object sender, ExecutedRoutedEventArgs e)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyValueDialogHost.cs (1)
80public void OnOpenDialogWindow(object sender, ExecutedRoutedEventArgs e)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyValueEditorCommandHandler.cs (10)
98private void OnShowInlineEditor(object sender, ExecutedRoutedEventArgs e) 103private void OnShowExtendedPopupEditor(object sender, ExecutedRoutedEventArgs e) 108private void OnShowExtendedPinnedEditor(object sender, ExecutedRoutedEventArgs e) 113private void OnShowDialogEditor(object sender, ExecutedRoutedEventArgs e) 118private static void SwitchActiveEditMode(ExecutedRoutedEventArgs e, PropertyContainerEditMode newMode) 142private void OnBeginTransaction(object sender, ExecutedRoutedEventArgs e) 153private void OnCommitTransaction(object sender, ExecutedRoutedEventArgs e) 170private void OnAbortTransaction(object sender, ExecutedRoutedEventArgs e) 191private static ModelPropertyEntryBase GetContainedPropertyFromEventArgs(ExecutedRoutedEventArgs e) 202private static PropertyContainer GetContainerFromEventArgs(ExecutedRoutedEventArgs e)
System.Activities.Presentation\System\Activities\Presentation\ContextMenuUtilities.cs (3)
97public static void OnAddAnnotationCommandExecuted(ExecutedRoutedEventArgs e, ModelItem modelItem) 123public static void OnEditAnnotationCommandExecuted(ExecutedRoutedEventArgs e, ModelItem modelItem) 134public static void OnDeleteAnnotationCommandExecuted(ExecutedRoutedEventArgs e, ModelItem modelItem)
System.Activities.Presentation\System\Activities\Presentation\DialogWindow.cs (1)
80void OnHelpExecuted(Object sender, ExecutedRoutedEventArgs e)
System.Activities.Presentation\System\Activities\Presentation\ErrorReporting.cs (1)
184void OnCopyExecuted(object s, ExecutedRoutedEventArgs e)
System.Activities.Presentation\System\Activities\Presentation\Expressions\TextualExpressionEditor.cs (6)
60public virtual void OnCompleteWordCommandExecute(ExecutedRoutedEventArgs e) 74public virtual void OnGlobalIntellisenseCommandExecute(ExecutedRoutedEventArgs e) 88public virtual void OnParameterInfoCommandExecute(ExecutedRoutedEventArgs e) 102public virtual void OnQuickInfoCommandExecute(ExecutedRoutedEventArgs e) 116public virtual void OnDecreaseFilterLevelCommandExecute(ExecutedRoutedEventArgs e) 130public virtual void OnIncreaseFilterLevelCommandExecute(ExecutedRoutedEventArgs e)
System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (4)
612private void OnDeleteCommandExecuted(object sender, ExecutedRoutedEventArgs e) 657private void OnAddAnnotationCommandExecuted(object sender, ExecutedRoutedEventArgs e) 695private void OnEditAnnotationCommandExecuted(object sender, ExecutedRoutedEventArgs e) 732private void OnDeleteAnnotationCommandExecuted(object sender, ExecutedRoutedEventArgs e)
System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (1)
600void OnShowPropertyValueEditor(object sender, ExecutedRoutedEventArgs args)
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (42)
620void OnGoToParentCommandExecute(object sender, ExecutedRoutedEventArgs e) 636void OnCollapseCommandExecute(object sender, ExecutedRoutedEventArgs e) 652void OnCollapseAllCommandExecute(object sender, ExecutedRoutedEventArgs e) 665void OnRestoreCommandExecute(object sender, ExecutedRoutedEventArgs e) 679void OnExpandAllCommandExecute(object sender, ExecutedRoutedEventArgs e) 711void OnExpandInPlaceCommandExecute(object sender, ExecutedRoutedEventArgs e) 743void OnExpandCommandExecute(object sender, ExecutedRoutedEventArgs e) 757void OnCopyCommandExecute(object sender, ExecutedRoutedEventArgs e) 772void OnPasteCommandExecute(object sender, ExecutedRoutedEventArgs e) 797void OnCutCommandExecute(object sender, ExecutedRoutedEventArgs e) 811void OnDeleteCommandExecute(object sender, ExecutedRoutedEventArgs e) 834void OnShowPropertiesCommandExecute(object sender, ExecutedRoutedEventArgs e) 880void OnInsertBreakpointCommandExecute(object sender, ExecutedRoutedEventArgs e) 907void OnDeleteBreakpointCommandExecute(object sender, ExecutedRoutedEventArgs e) 936void OnEnableBreakpointCommandExecute(object sender, ExecutedRoutedEventArgs e) 966void OnDisableBreakpointCommandExecute(object sender, ExecutedRoutedEventArgs e) 972void OnUndoCommandExecute(object sender, ExecutedRoutedEventArgs e) 984void OnRedoCommandExecute(object sender, ExecutedRoutedEventArgs e) 996void OnCommitCommandExecute(object sender, ExecutedRoutedEventArgs e) 1016void OnSelectAllCommandExecute(object sender, ExecutedRoutedEventArgs e) 1045void OnCopyAsImageCommandExecuted(object sender, ExecutedRoutedEventArgs e) 1090void OnSaveAsImageCommandExecuted(object sender, ExecutedRoutedEventArgs e) 1162void OnZoomInCommandExecuted(object sender, ExecutedRoutedEventArgs e) 1173void OnMoveFocusCommandExecuted(object sender, ExecutedRoutedEventArgs e) 1190void OnToggleSelectionCommandExecuted(object sender, ExecutedRoutedEventArgs e) 1206void OnZoomOutCommandExecuted(object sender, ExecutedRoutedEventArgs e) 1222void OnToggleArgumentDesignerCommandExecuted(object sender, ExecutedRoutedEventArgs e) 1235void OnToggleVariableDesignerCommandExecuted(object sender, ExecutedRoutedEventArgs e) 1255void OnToggleImportsDesignerCommandExecuted(object sender, ExecutedRoutedEventArgs e) 1301void OnCreateVariableCommandExecuted(object sender, ExecutedRoutedEventArgs e) 1316void OnCreateArgumentCommandExecuted(object sender, ExecutedRoutedEventArgs e) 1328void OnToggleMiniMapCommandExecuted(object sender, ExecutedRoutedEventArgs e) 1352void OnCycleThroughDesignerCommandExecuted(object sender, ExecutedRoutedEventArgs e) 1451void OnCreateWorkflowElementCommandExecuted(object sender, ExecutedRoutedEventArgs e) 1513void OnFitToScreenCommandExecute(object sender, ExecutedRoutedEventArgs e) 1525void OnResetZoomCommandExecute(object sender, ExecutedRoutedEventArgs e) 1561void OnAddAnnotationCommandExecuted(object sender, ExecutedRoutedEventArgs e) 1572void OnEditAnnotationCommandExecuted(object sender, ExecutedRoutedEventArgs e) 1582void OnDeleteAnnotationCommandExecuted(object sender, ExecutedRoutedEventArgs e) 1599void OnShowAllAnnotationCommandExecuted(object sender, ExecutedRoutedEventArgs e) 1623void OnHideAllAnnotationCommandExecuted(object sender, ExecutedRoutedEventArgs e) 1640void OnDeleteAllAnnotationCommandExecuted(object sender, ExecutedRoutedEventArgs e)
System.Activities.Presentation\System\Activities\Presentation\View\ErrorView.xaml.cs (1)
53private void OnHelpExecuted(object sender, ExecutedRoutedEventArgs e)
System.Activities.Presentation\System\Activities\Presentation\View\ExpressionTextBox.xaml.cs (7)
496void OnCommitCommandExecute(object sender, ExecutedRoutedEventArgs e) 522internal void OnCompleteWordCommandExecute(object sender, ExecutedRoutedEventArgs e) 538internal void OnGlobalIntellisenseCommandExecute(object sender, ExecutedRoutedEventArgs e) 554internal void OnParameterInfoCommandExecute(object sender, ExecutedRoutedEventArgs e) 570internal void OnQuickInfoCommandExecute(object sender, ExecutedRoutedEventArgs e) 586internal void OnIncreaseFilterLevelCommandExecute(object sender, ExecutedRoutedEventArgs e) 602internal void OnDecreaseFilterLevelCommandExecute(object sender, ExecutedRoutedEventArgs e)
System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (4)
622private void OnDeleteCommandExecuted(object sender, ExecutedRoutedEventArgs e) 667private void OnAddAnnotationCommandExecuted(object sender, ExecutedRoutedEventArgs e) 705private void OnEditAnnotationCommandExecuted(object sender, ExecutedRoutedEventArgs e) 742private void OnDeleteAnnotationCommandExecuted(object sender, ExecutedRoutedEventArgs e)
System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (12)
1526public override void OnCompleteWordCommandExecute(ExecutedRoutedEventArgs e) 1539public override void OnGlobalIntellisenseCommandExecute(ExecutedRoutedEventArgs e) 1552public override void OnParameterInfoCommandExecute(ExecutedRoutedEventArgs e) 1565public override void OnQuickInfoCommandExecute(ExecutedRoutedEventArgs e) 1578public override void OnDecreaseFilterLevelCommandExecute(ExecutedRoutedEventArgs e) 1591public override void OnIncreaseFilterLevelCommandExecute(ExecutedRoutedEventArgs e) 1604void OnCutCommandExecute(object sender, ExecutedRoutedEventArgs e) 1629void OnCopyCommandExecute(object sender, ExecutedRoutedEventArgs e) 1654void OnPasteCommandExecute(object sender, ExecutedRoutedEventArgs e) 1683void OnUndoCommandExecute(object sender, ExecutedRoutedEventArgs e) 1715void OnRedoCommandExecute(object sender, ExecutedRoutedEventArgs e) 1727void OnHelpExecute(object sender, ExecutedRoutedEventArgs e)