System\Windows\Controls\StickyNote.cs (10)
43[TemplatePart(Name = SNBConstants.c_CloseButtonId, Type = typeof(Button))]
44[TemplatePart(Name = SNBConstants.c_TitleThumbId, Type = typeof(Thumb))]
45[TemplatePart(Name = SNBConstants.c_BottomRightResizeThumbId, Type = typeof(Thumb))]
46[TemplatePart(Name = SNBConstants.c_ContentControlId, Type = typeof(ContentControl))]
47[TemplatePart(Name = SNBConstants.c_IconButtonId, Type = typeof(Button))]
48[TemplatePart(Name = SNBConstants.c_CopyMenuId, Type = typeof(MenuItem))]
49[TemplatePart(Name = SNBConstants.c_PasteMenuId, Type = typeof(MenuItem))]
50[TemplatePart(Name = SNBConstants.c_InkMenuId, Type = typeof(MenuItem))]
51[TemplatePart(Name = SNBConstants.c_SelectMenuId, Type = typeof(MenuItem))]
52[TemplatePart(Name = SNBConstants.c_EraseMenuId, Type = typeof(MenuItem))]