7 references to HasGalleryPropertyKey
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Controls\Ribbon\RibbonContextMenu.cs (2)
605public static readonly DependencyProperty HasGalleryProperty = RibbonMenuButton.HasGalleryPropertyKey.DependencyProperty.AddOwner(typeof(RibbonContextMenu)); 613private set { SetValue(RibbonMenuButton.HasGalleryPropertyKey, value); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (2)
499public static readonly DependencyProperty HasGalleryProperty = HasGalleryPropertyKey.DependencyProperty; 507private set { SetValue(HasGalleryPropertyKey, value); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (3)
67HasGalleryProperty.OverrideMetadata(typeof(RibbonMenuItem), new FrameworkPropertyMetadata(false, new PropertyChangedCallback(OnHasGalleryChanged)), RibbonMenuButton.HasGalleryPropertyKey); 304public static readonly DependencyProperty HasGalleryProperty = RibbonMenuButton.HasGalleryPropertyKey.DependencyProperty.AddOwner(typeof(RibbonMenuItem)); 312private set { SetValue(RibbonMenuButton.HasGalleryPropertyKey, value); }