Implemented interface member:
property
CommandTarget
System.Windows.Input.ICommandSource.CommandTarget
11 writes to CommandTarget
PresentationFramework (9)
src\Framework\MS\Internal\Documents\DocumentGridContextMenu.cs (1)
239menuItem.CommandTarget = dg.DocumentViewerOwner; // the text editor expects the commands to come from the DocumentViewer
src\Framework\System\Windows\Controls\StickyNote.cs (2)
1704copyMenuItem.CommandTarget = Content.InnerControl; 1717pasteMenuItem.CommandTarget = Content.InnerControl;
src\Framework\System\windows\Documents\TextEditorContextMenu.cs (6)
525menuItem.CommandTarget = textEditor.UiScope; 544menuItem.CommandTarget = textEditor.UiScope; 626menuItem.CommandTarget = textEditor.UiScope; 648menuItem.CommandTarget = textEditor.UiScope; 654menuItem.CommandTarget = textEditor.UiScope; 666menuItem.CommandTarget = textEditor.UiScope;
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (2)
529item.CommandTarget = designer; 537item.CommandTarget = this;