3 writes to _contentControl
PresentationFramework (3)
System\Windows\Controls\StickyNote.cs (3)
609
_contentControl
= StickyNoteContentControlFactory.CreateContentControl(_stickyNoteType, contentContainer);
615
_contentControl
= StickyNoteContentControlFactory.CreateContentControl(_stickyNoteType, contentContainer);
632
_contentControl
= null;
3 references to _contentControl
PresentationFramework (3)
System\Windows\Controls\StickyNote.cs (3)
602
if (
_contentControl
!= null)
605
if (
_contentControl
.Type != _stickyNoteType)
671
return
_contentControl
;