2 types derived from StickyNoteContentControl
PresentationFramework (2)
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteContentControl.cs (2)
170
private class StickyNoteRichTextBox :
StickyNoteContentControl
344
private class StickyNoteInkCanvas :
StickyNoteContentControl
7 references to StickyNoteContentControl
PresentationFramework (7)
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
727
StickyNoteContentControl
contentControl = snc.Content;
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteContentControl.cs (2)
478
public static
StickyNoteContentControl
CreateContentControl(StickyNoteType type, UIElement content)
480
StickyNoteContentControl
contentControl = null;
src\Framework\System\Windows\Controls\StickyNote.cs (4)
711
internal
StickyNoteContentControl
Content
1760
StickyNoteContentControl
content = snc.Content;
1796
StickyNoteContentControl
content = snc.Content;
1930
private
StickyNoteContentControl
_contentControl;