2 references to AuxiliaryPaneTemplateName
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonApplicationMenu.cs (2)
35
[TemplatePart(Name = RibbonApplicationMenu.
AuxiliaryPaneTemplateName
, Type = typeof(ContentPresenter))]
306
_auxiliaryPaneHost = this.GetTemplateChild(
AuxiliaryPaneTemplateName
) as ContentPresenter;