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