10 references to Text
PresentationFramework (10)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (3)
130
if ((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)
272
return StickyNoteType.
Text
;
473
case StickyNoteType.
Text
:
System\Windows\Annotations\AnnotationComponentChooser.cs (1)
65
ac = new StickyNoteControl(StickyNoteType.
Text
) as IAnnotationComponent;
System\Windows\Controls\StickyNote.cs (4)
119
private StickyNoteControl() : this(StickyNoteType.
Text
)
455
new FrameworkPropertyMetadata(StickyNoteType.
Text
));
996
XmlQualifiedName type = _stickyNoteType == StickyNoteType.
Text
?
1876
private StickyNoteType _stickyNoteType = StickyNoteType.
Text
;