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