2 references to OverflowPopupTemplatePartName
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonQuickAccessToolBar.cs (2)
41
[TemplatePart(Name =
OverflowPopupTemplatePartName
, Type = typeof(Popup))]
311
_overflowPopup = GetTemplateChild(
OverflowPopupTemplatePartName
) as Popup;