Implemented interface member:
property
CommandTarget
System.Windows.Input.ICommandSource.CommandTarget
9 writes to CommandTarget
PresentationFramework (9)
MS\Internal\Documents\DocumentGridContextMenu.cs (1)
199menuItem.CommandTarget = dg.DocumentViewerOwner; // the text editor expects the commands to come from the DocumentViewer
System\Windows\Controls\StickyNote.cs (2)
1672copyMenuItem.CommandTarget = Content.InnerControl; 1678pasteMenuItem.CommandTarget = Content.InnerControl;
System\windows\Documents\TextEditorContextMenu.cs (6)
497menuItem.CommandTarget = textEditor.UiScope; 516menuItem.CommandTarget = textEditor.UiScope; 592menuItem.CommandTarget = textEditor.UiScope; 606menuItem.CommandTarget = textEditor.UiScope; 612menuItem.CommandTarget = textEditor.UiScope; 618menuItem.CommandTarget = textEditor.UiScope;