3 writes to _stickyNoteType
PresentationFramework (3)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (2)
1294_stickyNoteType = StickyNoteType.Ink; 1298_stickyNoteType = StickyNoteType.Text;
System\Windows\Controls\StickyNote.cs (1)
128_stickyNoteType = type;
4 references to _stickyNoteType
PresentationFramework (4)
System\Windows\Controls\StickyNote.cs (4)
605if (_contentControl.Type != _stickyNoteType) 609_contentControl = StickyNoteContentControlFactory.CreateContentControl(_stickyNoteType, contentContainer); 615_contentControl = StickyNoteContentControlFactory.CreateContentControl(_stickyNoteType, contentContainer); 984XmlQualifiedName type = _stickyNoteType == StickyNoteType.Text ?