2 types derived from StickyNoteContentControl
PresentationFramework (2)
MS\Internal\Controls\StickyNote\StickyNoteContentControl.cs (2)
158private class StickyNoteRichTextBox : StickyNoteContentControl 332private class StickyNoteInkCanvas : StickyNoteContentControl
7 references to StickyNoteContentControl
PresentationFramework (7)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
709StickyNoteContentControl contentControl = snc.Content;
MS\Internal\Controls\StickyNote\StickyNoteContentControl.cs (2)
466public static StickyNoteContentControl CreateContentControl(StickyNoteType type, UIElement content) 468StickyNoteContentControl contentControl = null;
System\Windows\Controls\StickyNote.cs (4)
667internal StickyNoteContentControl Content 1681StickyNoteContentControl content = snc.Content; 1717StickyNoteContentControl content = snc.Content; 1851private StickyNoteContentControl _contentControl;