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)
646
if (
_contentControl
!= null)
649
if (
_contentControl
.Type != _stickyNoteType)
715
return
_contentControl
;