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)
636
if (
_contentControl
!= null)
639
if (
_contentControl
.Type != _stickyNoteType)
705
return
_contentControl
;