3 writes to _stickyNoteType
PresentationFramework (3)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (2)
1295
_stickyNoteType
= StickyNoteType.Ink;
1299
_stickyNoteType
= StickyNoteType.Text;
System\Windows\Controls\StickyNote.cs (1)
129
_stickyNoteType
= type;
4 references to _stickyNoteType
PresentationFramework (4)
System\Windows\Controls\StickyNote.cs (4)
612
if (_contentControl.Type !=
_stickyNoteType
)
616
_contentControl = StickyNoteContentControlFactory.CreateContentControl(
_stickyNoteType
, contentContainer);
622
_contentControl = StickyNoteContentControlFactory.CreateContentControl(
_stickyNoteType
, contentContainer);
996
XmlQualifiedName type =
_stickyNoteType
== StickyNoteType.Text ?