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