2 references to AuxiliaryPaneContentTemplateProperty
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonApplicationMenu.cs (2)
176
get { return (DataTemplate)GetValue(
AuxiliaryPaneContentTemplateProperty
); }
177
set { SetValue(
AuxiliaryPaneContentTemplateProperty
, value); }