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