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