10 references to Text
PresentationFramework (10)
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (3)
146if ((token & XmlToken.Text) != 0 && snc.Content.Type == StickyNoteType.Text) 737|| (token == XmlToken.Text && contentControl.Type != StickyNoteType.Text)) 1324_stickyNoteType = StickyNoteType.Text;
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteContentControl.cs (2)
283return StickyNoteType.Text; 484case StickyNoteType.Text:
src\Framework\System\Windows\Annotations\AnnotationComponentChooser.cs (1)
74ac = new StickyNoteControl(StickyNoteType.Text) as IAnnotationComponent;
src\Framework\System\Windows\Controls\StickyNote.cs (4)
156private StickyNoteControl() : this(StickyNoteType.Text) 492new FrameworkPropertyMetadata(StickyNoteType.Text)); 1033XmlQualifiedName type = _stickyNoteType == StickyNoteType.Text ? 1928private StickyNoteType _stickyNoteType = StickyNoteType.Text;