Implemented interface member:
property
CommandTarget
System.Windows.Input.ICommandSource.CommandTarget
9 writes to CommandTarget
PresentationFramework (9)
MS\Internal\Documents\DocumentGridContextMenu.cs (1)
207menuItem.CommandTarget = dg.DocumentViewerOwner; // the text editor expects the commands to come from the DocumentViewer
System\Windows\Controls\StickyNote.cs (2)
1688copyMenuItem.CommandTarget = Content.InnerControl; 1694pasteMenuItem.CommandTarget = Content.InnerControl;
System\windows\Documents\TextEditorContextMenu.cs (6)
499menuItem.CommandTarget = textEditor.UiScope; 518menuItem.CommandTarget = textEditor.UiScope; 594menuItem.CommandTarget = textEditor.UiScope; 608menuItem.CommandTarget = textEditor.UiScope; 614menuItem.CommandTarget = textEditor.UiScope; 620menuItem.CommandTarget = textEditor.UiScope;