4 references to c_ContentControlId
PresentationFramework (4)
MS\Internal\Controls\StickyNote\StickyNoteContentControl.cs (2)
477throw new InvalidOperationException(SR.Format(SR.InvalidStickyNoteTemplate, type, typeof(RichTextBox), SNBConstants.c_ContentControlId)); 486throw new InvalidOperationException(SR.Format(SR.InvalidStickyNoteTemplate, type, typeof(InkCanvas), SNBConstants.c_ContentControlId));
System\Windows\Controls\StickyNote.cs (2)
57[TemplatePart(Name = SNBConstants.c_ContentControlId, Type = typeof(ContentControl))] 722return GetTemplateChild(SNBConstants.c_ContentControlId) as UIElement;