Implemented interface member:
property
CommandTarget
System.Windows.Input.ICommandSource.CommandTarget
7 writes to CommandTarget
PresentationFramework (7)
MS\Internal\Documents\DocumentGridContextMenu.cs (1)
200menuItem.CommandTarget = dg.DocumentViewerOwner; // the text editor expects the commands to come from the DocumentViewer
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,
2 references to CommandTarget
PresentationFramework (2)
System\Windows\Controls\StickyNote.cs (2)
1644copyMenuItem?.CommandTarget = Content.InnerControl; 1647pasteMenuItem?.CommandTarget = Content.InnerControl;