Implemented interface member:
property
CommandTarget
System.Windows.Input.ICommandSource.CommandTarget
11 writes to CommandTarget
PresentationFramework (9)
src\Framework\MS\Internal\Documents\DocumentGridContextMenu.cs (1)
239
menuItem.
CommandTarget
= dg.DocumentViewerOwner; // the text editor expects the commands to come from the DocumentViewer
src\Framework\System\Windows\Controls\StickyNote.cs (2)
1704
copyMenuItem.
CommandTarget
= Content.InnerControl;
1717
pasteMenuItem.
CommandTarget
= Content.InnerControl;
src\Framework\System\windows\Documents\TextEditorContextMenu.cs (6)
525
menuItem.
CommandTarget
= textEditor.UiScope;
544
menuItem.
CommandTarget
= textEditor.UiScope;
626
menuItem.
CommandTarget
= textEditor.UiScope;
648
menuItem.
CommandTarget
= textEditor.UiScope;
654
menuItem.
CommandTarget
= textEditor.UiScope;
666
menuItem.
CommandTarget
= textEditor.UiScope;
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (2)
529
item.
CommandTarget
= designer;
537
item.
CommandTarget
= this;