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