3 writes to _contentControl
PresentationFramework (3)
System\Windows\Controls\StickyNote.cs (3)
610_contentControl = StickyNoteContentControlFactory.CreateContentControl(_stickyNoteType, contentContainer); 616_contentControl = StickyNoteContentControlFactory.CreateContentControl(_stickyNoteType, contentContainer); 633_contentControl = null;
3 references to _contentControl
PresentationFramework (3)
System\Windows\Controls\StickyNote.cs (3)
603if (_contentControl != null) 606if (_contentControl.Type != _stickyNoteType) 672return _contentControl;