10 references to Text
PresentationFramework (10)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (3)
129
if ((token & XmlToken.Text) != 0 && snc.Content.Type == StickyNoteType.
Text
)
719
|| (token == XmlToken.Text && contentControl.Type != StickyNoteType.
Text
))
1298
_stickyNoteType = StickyNoteType.
Text
;
MS\Internal\Controls\StickyNote\StickyNoteContentControl.cs (2)
271
return StickyNoteType.
Text
;
472
case StickyNoteType.
Text
:
System\Windows\Annotations\AnnotationComponentChooser.cs (1)
64
ac = new StickyNoteControl(StickyNoteType.
Text
) as IAnnotationComponent;
System\Windows\Controls\StickyNote.cs (4)
118
private StickyNoteControl() : this(StickyNoteType.
Text
)
448
new FrameworkPropertyMetadata(StickyNoteType.
Text
));
984
XmlQualifiedName type = _stickyNoteType == StickyNoteType.
Text
?
1849
private StickyNoteType _stickyNoteType = StickyNoteType.
Text
;