10 references to Text
PresentationFramework (10)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (3)
129if ((token & XmlToken.Text) != 0 && snc.Content.Type == StickyNoteType.Text) 719|| (token == XmlToken.Text && contentControl.Type != StickyNoteType.Text)) 1298_stickyNoteType = StickyNoteType.Text;
MS\Internal\Controls\StickyNote\StickyNoteContentControl.cs (2)
271return StickyNoteType.Text; 472case StickyNoteType.Text:
System\Windows\Annotations\AnnotationComponentChooser.cs (1)
64ac = new StickyNoteControl(StickyNoteType.Text) as IAnnotationComponent;
System\Windows\Controls\StickyNote.cs (4)
118private StickyNoteControl() : this(StickyNoteType.Text) 448new FrameworkPropertyMetadata(StickyNoteType.Text)); 984XmlQualifiedName type = _stickyNoteType == StickyNoteType.Text ? 1849private StickyNoteType _stickyNoteType = StickyNoteType.Text;