4 references to c_ContentControlId
PresentationFramework (4)
MS\Internal\Controls\StickyNote\StickyNoteContentControl.cs (2)
482
throw new InvalidOperationException(SR.Format(SR.InvalidStickyNoteTemplate, type, typeof(RichTextBox), SNBConstants.
c_ContentControlId
));
491
throw 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))]
738
return GetTemplateChild(SNBConstants.
c_ContentControlId
) as UIElement;