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