5 references to DeleteNoteCommand
PresentationFramework (5)
System\Windows\Controls\StickyNote.cs (5)
90
CommandHelpers.RegisterCommandHandler(typeof(StickyNoteControl), StickyNoteControl.
DeleteNoteCommand
,
1672
Invariant.Assert(command == StickyNoteControl.
DeleteNoteCommand
1675
if ( command == StickyNoteControl.
DeleteNoteCommand
)
1708
Invariant.Assert(command == StickyNoteControl.
DeleteNoteCommand
1711
if ( command == StickyNoteControl.
DeleteNoteCommand
)