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