3 writes to _contentControl
PresentationFramework (3)
System\Windows\Controls\StickyNote.cs (3)
609_contentControl = StickyNoteContentControlFactory.CreateContentControl(_stickyNoteType, contentContainer); 615_contentControl = StickyNoteContentControlFactory.CreateContentControl(_stickyNoteType, contentContainer); 632_contentControl = null;
3 references to _contentControl
PresentationFramework (3)
System\Windows\Controls\StickyNote.cs (3)
602if (_contentControl != null) 605if (_contentControl.Type != _stickyNoteType) 671return _contentControl;