System\Windows\Controls\StickyNote.cs (10)
70[TemplatePart(Name = SNBConstants.c_CloseButtonId, Type = typeof(Button))]
71[TemplatePart(Name = SNBConstants.c_TitleThumbId, Type = typeof(Thumb))]
72[TemplatePart(Name = SNBConstants.c_BottomRightResizeThumbId, Type = typeof(Thumb))]
73[TemplatePart(Name = SNBConstants.c_ContentControlId, Type = typeof(ContentControl))]
74[TemplatePart(Name = SNBConstants.c_IconButtonId, Type = typeof(Button))]
75[TemplatePart(Name = SNBConstants.c_CopyMenuId, Type = typeof(MenuItem))]
76[TemplatePart(Name = SNBConstants.c_PasteMenuId, Type = typeof(MenuItem))]
77[TemplatePart(Name = SNBConstants.c_InkMenuId, Type = typeof(MenuItem))]
78[TemplatePart(Name = SNBConstants.c_SelectMenuId, Type = typeof(MenuItem))]
79[TemplatePart(Name = SNBConstants.c_EraseMenuId, Type = typeof(MenuItem))]