2 types derived from StickyNoteContentControl
PresentationFramework (2)
MS\Internal\Controls\StickyNote\StickyNoteContentControl.cs (2)
164private class StickyNoteRichTextBox : StickyNoteContentControl 338private class StickyNoteInkCanvas : StickyNoteContentControl
7 references to StickyNoteContentControl
PresentationFramework (7)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
720StickyNoteContentControl contentControl = snc.Content;
MS\Internal\Controls\StickyNote\StickyNoteContentControl.cs (2)
472public static StickyNoteContentControl CreateContentControl(StickyNoteType type, UIElement content) 474StickyNoteContentControl contentControl = null;
System\Windows\Controls\StickyNote.cs (4)
701internal StickyNoteContentControl Content 1723StickyNoteContentControl content = snc.Content; 1759StickyNoteContentControl content = snc.Content; 1893private StickyNoteContentControl _contentControl;