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