10 references to Text
PresentationFramework (10)
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (3)
146
if ((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)
283
return StickyNoteType.
Text
;
484
case StickyNoteType.
Text
:
src\Framework\System\Windows\Annotations\AnnotationComponentChooser.cs (1)
74
ac = new StickyNoteControl(StickyNoteType.
Text
) as IAnnotationComponent;
src\Framework\System\Windows\Controls\StickyNote.cs (4)
156
private StickyNoteControl() : this(StickyNoteType.
Text
)
492
new FrameworkPropertyMetadata(StickyNoteType.
Text
));
1033
XmlQualifiedName type = _stickyNoteType == StickyNoteType.
Text
?
1928
private StickyNoteType _stickyNoteType = StickyNoteType.
Text
;