3 writes to _stickyNoteType
PresentationFramework (3)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (2)
1305
_stickyNoteType
= StickyNoteType.Ink;
1309
_stickyNoteType
= StickyNoteType.Text;
System\Windows\Controls\StickyNote.cs (1)
156
_stickyNoteType
= type;
4 references to _stickyNoteType
PresentationFramework (4)
System\Windows\Controls\StickyNote.cs (4)
639
if (_contentControl.Type !=
_stickyNoteType
)
643
_contentControl = StickyNoteContentControlFactory.CreateContentControl(
_stickyNoteType
, contentContainer);
649
_contentControl = StickyNoteContentControlFactory.CreateContentControl(
_stickyNoteType
, contentContainer);
1023
XmlQualifiedName type =
_stickyNoteType
== StickyNoteType.Text ?