10 references to Text
PresentationFramework (10)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (3)
130if ((token & XmlToken.Text) != 0 && snc.Content.Type == StickyNoteType.Text) 720|| (token == XmlToken.Text && contentControl.Type != StickyNoteType.Text)) 1299_stickyNoteType = StickyNoteType.Text;
MS\Internal\Controls\StickyNote\StickyNoteContentControl.cs (2)
272return StickyNoteType.Text; 473case StickyNoteType.Text:
System\Windows\Annotations\AnnotationComponentChooser.cs (1)
65ac = new StickyNoteControl(StickyNoteType.Text) as IAnnotationComponent;
System\Windows\Controls\StickyNote.cs (4)
119private StickyNoteControl() : this(StickyNoteType.Text) 455new FrameworkPropertyMetadata(StickyNoteType.Text)); 996XmlQualifiedName type = _stickyNoteType == StickyNoteType.Text ? 1876private StickyNoteType _stickyNoteType = StickyNoteType.Text;