7 references to HasGalleryPropertyKey
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Controls\Ribbon\RibbonContextMenu.cs (2)
616public static readonly DependencyProperty HasGalleryProperty = RibbonMenuButton.HasGalleryPropertyKey.DependencyProperty.AddOwner(typeof(RibbonContextMenu)); 624private set { SetValue(RibbonMenuButton.HasGalleryPropertyKey, value); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (2)
495public static readonly DependencyProperty HasGalleryProperty = HasGalleryPropertyKey.DependencyProperty; 503private set { SetValue(HasGalleryPropertyKey, value); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (3)
63HasGalleryProperty.OverrideMetadata(typeof(RibbonMenuItem), new FrameworkPropertyMetadata(false, new PropertyChangedCallback(OnHasGalleryChanged)), RibbonMenuButton.HasGalleryPropertyKey); 300public static readonly DependencyProperty HasGalleryProperty = RibbonMenuButton.HasGalleryPropertyKey.DependencyProperty.AddOwner(typeof(RibbonMenuItem)); 308private set { SetValue(RibbonMenuButton.HasGalleryPropertyKey, value); }