src\Framework\System\Windows\Controls\StickyNote.cs (10)
80[TemplatePart(Name = SNBConstants.c_CloseButtonId, Type = typeof(Button))]
81[TemplatePart(Name = SNBConstants.c_TitleThumbId, Type = typeof(Thumb))]
82[TemplatePart(Name = SNBConstants.c_BottomRightResizeThumbId, Type = typeof(Thumb))]
83[TemplatePart(Name = SNBConstants.c_ContentControlId, Type = typeof(ContentControl))]
84[TemplatePart(Name = SNBConstants.c_IconButtonId, Type = typeof(Button))]
85[TemplatePart(Name = SNBConstants.c_CopyMenuId, Type = typeof(MenuItem))]
86[TemplatePart(Name = SNBConstants.c_PasteMenuId, Type = typeof(MenuItem))]
87[TemplatePart(Name = SNBConstants.c_InkMenuId, Type = typeof(MenuItem))]
88[TemplatePart(Name = SNBConstants.c_SelectMenuId, Type = typeof(MenuItem))]
89[TemplatePart(Name = SNBConstants.c_EraseMenuId, Type = typeof(MenuItem))]