Implemented interface member:
property
CommandTarget
System.Windows.Input.ICommandSource.CommandTarget
9 writes to CommandTarget
PresentationFramework (9)
MS\Internal\Documents\DocumentGridContextMenu.cs (1)
201menuItem.CommandTarget = dg.DocumentViewerOwner; // the text editor expects the commands to come from the DocumentViewer
System\Windows\Controls\StickyNote.cs (2)
1673copyMenuItem.CommandTarget = Content.InnerControl; 1679pasteMenuItem.CommandTarget = Content.InnerControl;
System\windows\Documents\TextEditorContextMenu.cs (6)
499menuItem.CommandTarget = textEditor.UiScope; 522menuItem.CommandTarget = textEditor.UiScope; 602menuItem.CommandTarget = textEditor.UiScope; 617CommandTarget = textEditor.UiScope, 625CommandTarget = textEditor.UiScope, 633CommandTarget = textEditor.UiScope,