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