2 types derived from StickyNoteContentControl
PresentationFramework (2)
MS\Internal\Controls\StickyNote\StickyNoteContentControl.cs (2)
159private class StickyNoteRichTextBox : StickyNoteContentControl 333private class StickyNoteInkCanvas : StickyNoteContentControl
7 references to StickyNoteContentControl
PresentationFramework (7)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
710StickyNoteContentControl contentControl = snc.Content;
MS\Internal\Controls\StickyNote\StickyNoteContentControl.cs (2)
467public static StickyNoteContentControl CreateContentControl(StickyNoteType type, UIElement content) 469StickyNoteContentControl contentControl = null;
System\Windows\Controls\StickyNote.cs (4)
685internal StickyNoteContentControl Content 1707StickyNoteContentControl content = snc.Content; 1743StickyNoteContentControl content = snc.Content; 1877private StickyNoteContentControl _contentControl;