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