3 writes to _stickyNoteType
PresentationFramework (3)
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (2)
1320
_stickyNoteType
= StickyNoteType.Ink;
1324
_stickyNoteType
= StickyNoteType.Text;
src\Framework\System\Windows\Controls\StickyNote.cs (1)
166
_stickyNoteType
= type;
4 references to _stickyNoteType
PresentationFramework (4)
src\Framework\System\Windows\Controls\StickyNote.cs (4)
649
if (_contentControl.Type !=
_stickyNoteType
)
653
_contentControl = StickyNoteContentControlFactory.CreateContentControl(
_stickyNoteType
, contentContainer);
659
_contentControl = StickyNoteContentControlFactory.CreateContentControl(
_stickyNoteType
, contentContainer);
1033
XmlQualifiedName type =
_stickyNoteType
== StickyNoteType.Text ?