System\Windows\Controls\StickyNote.cs (10)
54[TemplatePart(Name = SNBConstants.c_CloseButtonId, Type = typeof(Button))]
55[TemplatePart(Name = SNBConstants.c_TitleThumbId, Type = typeof(Thumb))]
56[TemplatePart(Name = SNBConstants.c_BottomRightResizeThumbId, Type = typeof(Thumb))]
57[TemplatePart(Name = SNBConstants.c_ContentControlId, Type = typeof(ContentControl))]
58[TemplatePart(Name = SNBConstants.c_IconButtonId, Type = typeof(Button))]
59[TemplatePart(Name = SNBConstants.c_CopyMenuId, Type = typeof(MenuItem))]
60[TemplatePart(Name = SNBConstants.c_PasteMenuId, Type = typeof(MenuItem))]
61[TemplatePart(Name = SNBConstants.c_InkMenuId, Type = typeof(MenuItem))]
62[TemplatePart(Name = SNBConstants.c_SelectMenuId, Type = typeof(MenuItem))]
63[TemplatePart(Name = SNBConstants.c_EraseMenuId, Type = typeof(MenuItem))]