5 references to DeleteNoteCommand
PresentationFramework (5)
System\Windows\Controls\StickyNote.cs (5)
90
CommandHelpers.RegisterCommandHandler(typeof(StickyNoteControl), StickyNoteControl.
DeleteNoteCommand
,
1698
Invariant.Assert(command == StickyNoteControl.
DeleteNoteCommand
1701
if ( command == StickyNoteControl.
DeleteNoteCommand
)
1734
Invariant.Assert(command == StickyNoteControl.
DeleteNoteCommand
1737
if ( command == StickyNoteControl.
DeleteNoteCommand
)