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