2 types derived from StickyNoteContentControl
PresentationFramework (2)
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteContentControl.cs (2)
170private class StickyNoteRichTextBox : StickyNoteContentControl 344private class StickyNoteInkCanvas : StickyNoteContentControl
7 references to StickyNoteContentControl
PresentationFramework (7)
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
727StickyNoteContentControl contentControl = snc.Content;
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteContentControl.cs (2)
478public static StickyNoteContentControl CreateContentControl(StickyNoteType type, UIElement content) 480StickyNoteContentControl contentControl = null;
src\Framework\System\Windows\Controls\StickyNote.cs (4)
711internal StickyNoteContentControl Content 1760StickyNoteContentControl content = snc.Content; 1796StickyNoteContentControl content = snc.Content; 1930private StickyNoteContentControl _contentControl;