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