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