3 references to StickyNoteControl
PresentationFramework (3)
src\Framework\System\Windows\Annotations\AnnotationComponentChooser.cs (2)
74
ac = new
StickyNoteControl
(StickyNoteType.Text) as IAnnotationComponent;
79
ac = new
StickyNoteControl
(StickyNoteType.Ink) as IAnnotationComponent;
src\Framework\System\Windows\Controls\StickyNote.cs (1)
156
private StickyNoteControl() :
this
(StickyNoteType.Text)