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