3 writes to _contentControl
PresentationFramework (3)
System\Windows\Controls\StickyNote.cs (3)
627
_contentControl
= StickyNoteContentControlFactory.CreateContentControl(_stickyNoteType, contentContainer);
633
_contentControl
= StickyNoteContentControlFactory.CreateContentControl(_stickyNoteType, contentContainer);
650
_contentControl
= null;
3 references to _contentControl
PresentationFramework (3)
System\Windows\Controls\StickyNote.cs (3)
620
if (
_contentControl
!= null)
623
if (
_contentControl
.Type != _stickyNoteType)
689
return
_contentControl
;