4 references to c_ContentControlId
PresentationFramework (4)
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteContentControl.cs (2)
488
throw new InvalidOperationException(SR.Get(SRID.InvalidStickyNoteTemplate, type, typeof(RichTextBox), SNBConstants.
c_ContentControlId
));
497
throw new InvalidOperationException(SR.Get(SRID.InvalidStickyNoteTemplate, type, typeof(InkCanvas), SNBConstants.
c_ContentControlId
));
src\Framework\System\Windows\Controls\StickyNote.cs (2)
83
[TemplatePart(Name = SNBConstants.
c_ContentControlId
, Type = typeof(ContentControl))]
748
return GetTemplateChild(SNBConstants.
c_ContentControlId
) as UIElement;