69 references to TemplatePart
PresentationFramework (62)
src\Framework\System\Windows\Controls\Calendar.cs (2)
21[TemplatePart(Name = Calendar.ElementRoot, Type = typeof(Panel))] 22[TemplatePart(Name = Calendar.ElementMonth, Type = typeof(CalendarItem))]
src\Framework\System\Windows\Controls\ComboBox.cs (2)
38[TemplatePart(Name = "PART_EditableTextBox", Type = typeof(TextBox))] 39[TemplatePart(Name = "PART_Popup", Type = typeof(Popup))]
src\Framework\System\Windows\Controls\DataGridColumnFloatingHeader.cs (1)
19[TemplatePart(Name = "PART_VisualBrushCanvas", Type = typeof(Canvas))]
src\Framework\System\Windows\Controls\DatePicker.cs (4)
27[TemplatePart(Name = DatePicker.ElementRoot, Type = typeof(Grid))] 28[TemplatePart(Name = DatePicker.ElementTextBox, Type = typeof(DatePickerTextBox))] 29[TemplatePart(Name = DatePicker.ElementButton, Type = typeof(Button))] 30[TemplatePart(Name = DatePicker.ElementPopup, Type = typeof(Popup))]
src\Framework\System\Windows\Controls\DocumentViewer.cs (2)
57[TemplatePart(Name = "PART_FindToolBarHost", Type = typeof(ContentControl))] 58[TemplatePart(Name = "PART_ContentHost", Type = typeof(ScrollViewer))]
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (2)
34[TemplatePart(Name = "PART_ContentHost", Type = typeof(Decorator))] 35[TemplatePart(Name = "PART_FindToolBarHost", Type = typeof(Decorator))]
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (3)
38[TemplatePart(Name = "PART_ContentHost", Type = typeof(ScrollViewer))] 39[TemplatePart(Name = "PART_FindToolBarHost", Type = typeof(Decorator))] 40[TemplatePart(Name = "PART_ToolBarHost", Type = typeof(Decorator))]
src\Framework\System\Windows\Controls\Frame.cs (1)
108[TemplatePart(Name = "PART_FrameCP", Type = typeof(ContentPresenter))]
src\Framework\System\Windows\Controls\GridViewColumnHeader.cs (2)
50[TemplatePart(Name = "PART_HeaderGripper", Type = typeof(Thumb))] 51[TemplatePart(Name = "PART_FloatingHeaderCanvas", Type = typeof(Canvas))]
src\Framework\System\Windows\Controls\MenuItem.cs (1)
72[TemplatePart(Name = "PART_Popup", Type = typeof(Popup))]
src\Framework\System\Windows\Controls\PasswordBox.cs (1)
42[TemplatePart(Name = "PART_ContentHost", Type = typeof(FrameworkElement))]
src\Framework\System\Windows\Controls\Primitives\CalendarItem.cs (8)
18[TemplatePart(Name = CalendarItem.ElementRoot, Type = typeof(FrameworkElement))] 19[TemplatePart(Name = CalendarItem.ElementHeaderButton, Type = typeof(Button))] 20[TemplatePart(Name = CalendarItem.ElementPreviousButton, Type = typeof(Button))] 21[TemplatePart(Name = CalendarItem.ElementNextButton, Type = typeof(Button))] 22[TemplatePart(Name = CalendarItem.ElementDayTitleTemplate, Type = typeof(DataTemplate))] 23[TemplatePart(Name = CalendarItem.ElementMonthView, Type = typeof(Grid))] 24[TemplatePart(Name = CalendarItem.ElementYearView, Type = typeof(Grid))] 25[TemplatePart(Name = CalendarItem.ElementDisabledVisual, Type = typeof(FrameworkElement))]
src\Framework\System\Windows\Controls\Primitives\DataGridColumnHeader.cs (2)
25[TemplatePart(Name = "PART_LeftHeaderGripper", Type = typeof(Thumb))] 26[TemplatePart(Name = "PART_RightHeaderGripper", Type = typeof(Thumb))]
src\Framework\System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (1)
27[TemplatePart(Name = "PART_FillerColumnHeader", Type = typeof(DataGridColumnHeader))]
src\Framework\System\Windows\Controls\Primitives\DataGridRowHeader.cs (2)
22[TemplatePart(Name = "PART_TopHeaderGripper", Type = typeof(Thumb))] 23[TemplatePart(Name = "PART_BottomHeaderGripper", Type = typeof(Thumb))]
src\Framework\System\Windows\Controls\Primitives\DatePickerTextBox.cs (1)
20[TemplatePart(Name = DatePickerTextBox.ElementContentName, Type = typeof(ContentControl))]
src\Framework\System\Windows\Controls\Primitives\ScrollBar.cs (1)
45[TemplatePart(Name = "PART_Track", Type = typeof(Track))]
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
46[TemplatePart(Name = "PART_ContentHost", Type = typeof(FrameworkElement))]
src\Framework\System\Windows\Controls\ProgressBar.cs (3)
37[TemplatePart(Name = "PART_Track", Type = typeof(FrameworkElement))] 38[TemplatePart(Name = "PART_Indicator", Type = typeof(FrameworkElement))] 39[TemplatePart(Name = "PART_GlowRect", Type = typeof(FrameworkElement))]
src\Framework\System\Windows\Controls\ScrollViewer.cs (3)
70[TemplatePart(Name = "PART_HorizontalScrollBar", Type = typeof(ScrollBar))] 71[TemplatePart(Name = "PART_VerticalScrollBar", Type = typeof(ScrollBar))] 72[TemplatePart(Name = "PART_ScrollContentPresenter", Type = typeof(ScrollContentPresenter))]
src\Framework\System\Windows\Controls\SinglePageViewer.cs (1)
38[TemplatePart(Name = "PART_FindToolBarHost", Type = typeof(Decorator))]
src\Framework\System\Windows\Controls\Slider.cs (2)
43[TemplatePart(Name = "PART_Track", Type = typeof(Track))] 44[TemplatePart(Name = "PART_SelectionRange", Type = typeof(FrameworkElement))]
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))]
src\Framework\System\Windows\Controls\TabControl.cs (1)
39[TemplatePart(Name = "PART_SelectedContentHost", Type = typeof(ContentPresenter))]
src\Framework\System\Windows\Controls\ToolBar.cs (2)
61[TemplatePart(Name = "PART_ToolBarPanel", Type = typeof(ToolBarPanel))] 62[TemplatePart(Name = "PART_ToolBarOverflowPanel", Type = typeof(ToolBarOverflowPanel))]
src\Framework\System\Windows\Controls\TreeViewItem.cs (2)
27[TemplatePart(Name = HeaderPartName, Type = typeof(FrameworkElement))] 28[TemplatePart(Name = ItemsHostPartName, Type = typeof(ItemsPresenter))]
src\Framework\System\Windows\Navigation\NavigationWindow.cs (1)
61[TemplatePart(Name = "PART_NavWinCP", Type = typeof(ContentPresenter))]
System.Activities.Presentation (7)
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxControl.cs (2)
24[TemplatePart(Name = "PART_SearchBox"), TemplatePart(Name = "PART_Tools")]
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionWindow.cs (2)
24[TemplatePart(Name = "PART_Content"), 25TemplatePart(Name = "PART_ShapeBorder")]
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionWindowHeader.cs (2)
16[TemplatePart(Name = "PART_Header")] 17[TemplatePart(Name = "PART_CloseButton")]
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionWindowResizeGrip.cs (1)
16[TemplatePart(Name = "PART_ResizeGrip")]