5 references to DeleteNoteCommand
PresentationFramework (5)
System\Windows\Controls\StickyNote.cs (5)
117
CommandHelpers.RegisterCommandHandler(typeof(StickyNoteControl), StickyNoteControl.
DeleteNoteCommand
,
1713
Invariant.Assert(command == StickyNoteControl.
DeleteNoteCommand
1716
if ( command == StickyNoteControl.
DeleteNoteCommand
)
1749
Invariant.Assert(command == StickyNoteControl.
DeleteNoteCommand
1752
if ( command == StickyNoteControl.
DeleteNoteCommand
)