5 references to DeleteNoteCommand
PresentationFramework (5)
System\Windows\Controls\StickyNote.cs (5)
89
CommandHelpers.RegisterCommandHandler(typeof(StickyNoteControl), StickyNoteControl.
DeleteNoteCommand
,
1671
Invariant.Assert(command == StickyNoteControl.
DeleteNoteCommand
1674
if ( command == StickyNoteControl.
DeleteNoteCommand
)
1707
Invariant.Assert(command == StickyNoteControl.
DeleteNoteCommand
1710
if ( command == StickyNoteControl.
DeleteNoteCommand
)