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