3 writes to _stickyNoteType
PresentationFramework (3)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (2)
1294
_stickyNoteType
= StickyNoteType.Ink;
1298
_stickyNoteType
= StickyNoteType.Text;
System\Windows\Controls\StickyNote.cs (1)
128
_stickyNoteType
= type;
4 references to _stickyNoteType
PresentationFramework (4)
System\Windows\Controls\StickyNote.cs (4)
605
if (_contentControl.Type !=
_stickyNoteType
)
609
_contentControl = StickyNoteContentControlFactory.CreateContentControl(
_stickyNoteType
, contentContainer);
615
_contentControl = StickyNoteContentControlFactory.CreateContentControl(
_stickyNoteType
, contentContainer);
984
XmlQualifiedName type =
_stickyNoteType
== StickyNoteType.Text ?