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