2 references to AuxiliaryPaneContentTemplateSelectorProperty
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonApplicationMenu.cs (2)
192
get { return (DataTemplateSelector)GetValue(
AuxiliaryPaneContentTemplateSelectorProperty
); }
193
set { SetValue(
AuxiliaryPaneContentTemplateSelectorProperty
, value); }