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)
620if (_contentControl != null) 623if (_contentControl.Type != _stickyNoteType) 689return _contentControl;