The WPF.
[TemplatePart(Name = "TXPART_Border", Type = typeof(Border))]
[TemplatePart(Name = "TXPART_ToolBarPresenter", Type = typeof(TextControlToolBarPresenter))]
public class TextControlToolBar : System.Windows.Controls.Control
<TemplatePartAttribute(Name := "TXPART_Border", Type := GetType(Border))> _
<TemplatePartAttribute(Name := "TXPART_ToolBarPresenter", Type := GetType(TextControlToolBarPresenter))> _
Public Class TextControlToolBar _
Inherits System.Windows.Controls.Control
Introduced: X12.