1 write to _galleryContextMenu
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonContextMenu.cs (1)
325
_galleryContextMenu
= new RibbonContextMenu();
4 references to _galleryContextMenu
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\RibbonContextMenu.cs (4)
323
if (
_galleryContextMenu
== null)
326
RibbonMenuItem addGalleryToQATItem = GenerateAddGalleryToQATItem(
_galleryContextMenu
);
327
_galleryContextMenu
.Items.Add(addGalleryToQATItem);
330
return
_galleryContextMenu
;