3 writes to _contentControl
PresentationFramework (3)
System\Windows\Controls\StickyNote.cs (3)
610
_contentControl
= StickyNoteContentControlFactory.CreateContentControl(_stickyNoteType, contentContainer);
616
_contentControl
= StickyNoteContentControlFactory.CreateContentControl(_stickyNoteType, contentContainer);
633
_contentControl
= null;
3 references to _contentControl
PresentationFramework (3)
System\Windows\Controls\StickyNote.cs (3)
603
if (
_contentControl
!= null)
606
if (
_contentControl
.Type != _stickyNoteType)
672
return
_contentControl
;