Implemented interface member:
property
CommandTarget
System.Windows.Input.ICommandSource.CommandTarget
9 writes to CommandTarget
PresentationFramework (9)
MS\Internal\Documents\DocumentGridContextMenu.cs (1)
200menuItem.CommandTarget = dg.DocumentViewerOwner; // the text editor expects the commands to come from the DocumentViewer
System\Windows\Controls\StickyNote.cs (2)
1646copyMenuItem.CommandTarget = Content.InnerControl; 1652pasteMenuItem.CommandTarget = Content.InnerControl;
System\windows\Documents\TextEditorContextMenu.cs (6)
498menuItem.CommandTarget = textEditor.UiScope; 521menuItem.CommandTarget = textEditor.UiScope; 601menuItem.CommandTarget = textEditor.UiScope; 616CommandTarget = textEditor.UiScope, 624CommandTarget = textEditor.UiScope, 632CommandTarget = textEditor.UiScope,