10 references to Text
PresentationFramework (10)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (3)
140
if ((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)
277
return StickyNoteType.
Text
;
478
case StickyNoteType.
Text
:
System\Windows\Annotations\AnnotationComponentChooser.cs (1)
69
ac = new StickyNoteControl(StickyNoteType.
Text
) as IAnnotationComponent;
System\Windows\Controls\StickyNote.cs (4)
146
private StickyNoteControl() : this(StickyNoteType.
Text
)
482
new FrameworkPropertyMetadata(StickyNoteType.
Text
));
1023
XmlQualifiedName type = _stickyNoteType == StickyNoteType.
Text
?
1891
private StickyNoteType _stickyNoteType = StickyNoteType.
Text
;