10 references to Text
PresentationFramework (10)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (3)
140if ((token & XmlToken.Text) != 0 && snc.Content.Type == StickyNoteType.Text) 730|| (token == XmlToken.Text && contentControl.Type != StickyNoteType.Text)) 1309_stickyNoteType = StickyNoteType.Text;
MS\Internal\Controls\StickyNote\StickyNoteContentControl.cs (2)
277return StickyNoteType.Text; 478case StickyNoteType.Text:
System\Windows\Annotations\AnnotationComponentChooser.cs (1)
69ac = new StickyNoteControl(StickyNoteType.Text) as IAnnotationComponent;
System\Windows\Controls\StickyNote.cs (4)
146private StickyNoteControl() : this(StickyNoteType.Text) 482new FrameworkPropertyMetadata(StickyNoteType.Text)); 1023XmlQualifiedName type = _stickyNoteType == StickyNoteType.Text ? 1891private StickyNoteType _stickyNoteType = StickyNoteType.Text;