3 writes to _contentControl
PresentationFramework (3)
System\Windows\Controls\StickyNote.cs (3)
643_contentControl = StickyNoteContentControlFactory.CreateContentControl(_stickyNoteType, contentContainer); 649_contentControl = StickyNoteContentControlFactory.CreateContentControl(_stickyNoteType, contentContainer); 666_contentControl = null;
3 references to _contentControl
PresentationFramework (3)
System\Windows\Controls\StickyNote.cs (3)
636if (_contentControl != null) 639if (_contentControl.Type != _stickyNoteType) 705return _contentControl;