2 types derived from StickyNoteContentControl
PresentationFramework (2)
MS\Internal\Controls\StickyNote\StickyNoteContentControl.cs (2)
159
private class StickyNoteRichTextBox :
StickyNoteContentControl
333
private class StickyNoteInkCanvas :
StickyNoteContentControl
7 references to StickyNoteContentControl
PresentationFramework (7)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
710
StickyNoteContentControl
contentControl = snc.Content;
MS\Internal\Controls\StickyNote\StickyNoteContentControl.cs (2)
467
public static
StickyNoteContentControl
CreateContentControl(StickyNoteType type, UIElement content)
469
StickyNoteContentControl
contentControl = null;
System\Windows\Controls\StickyNote.cs (4)
685
internal
StickyNoteContentControl
Content
1707
StickyNoteContentControl
content = snc.Content;
1743
StickyNoteContentControl
content = snc.Content;
1877
private
StickyNoteContentControl
_contentControl;