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