7 references to HasGalleryPropertyKey
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Controls\Ribbon\RibbonContextMenu.cs (2)
617public static readonly DependencyProperty HasGalleryProperty = RibbonMenuButton.HasGalleryPropertyKey.DependencyProperty.AddOwner(typeof(RibbonContextMenu)); 625private set { SetValue(RibbonMenuButton.HasGalleryPropertyKey, value); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (2)
496public static readonly DependencyProperty HasGalleryProperty = HasGalleryPropertyKey.DependencyProperty; 504private set { SetValue(HasGalleryPropertyKey, value); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (3)
64HasGalleryProperty.OverrideMetadata(typeof(RibbonMenuItem), new FrameworkPropertyMetadata(false, new PropertyChangedCallback(OnHasGalleryChanged)), RibbonMenuButton.HasGalleryPropertyKey); 301public static readonly DependencyProperty HasGalleryProperty = RibbonMenuButton.HasGalleryPropertyKey.DependencyProperty.AddOwner(typeof(RibbonMenuItem)); 309private set { SetValue(RibbonMenuButton.HasGalleryPropertyKey, value); }