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)
649if (_contentControl.Type != _stickyNoteType) 653_contentControl = StickyNoteContentControlFactory.CreateContentControl(_stickyNoteType, contentContainer); 659_contentControl = StickyNoteContentControlFactory.CreateContentControl(_stickyNoteType, contentContainer); 1033XmlQualifiedName type = _stickyNoteType == StickyNoteType.Text ?