3 writes to _contentControl
PresentationFramework (3)
src\Framework\System\Windows\Controls\StickyNote.cs (3)
653_contentControl = StickyNoteContentControlFactory.CreateContentControl(_stickyNoteType, contentContainer); 659_contentControl = StickyNoteContentControlFactory.CreateContentControl(_stickyNoteType, contentContainer); 676_contentControl = null;
3 references to _contentControl
PresentationFramework (3)
src\Framework\System\Windows\Controls\StickyNote.cs (3)
646if (_contentControl != null) 649if (_contentControl.Type != _stickyNoteType) 715return _contentControl;