1 instantiation of RibbonGalleryAutomationPeer
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
2606
return new
RibbonGalleryAutomationPeer
(this);
2 references to RibbonGalleryAutomationPeer
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Automation\Peers\RibbonGalleryItemDataAutomationPeer.cs (2)
148
RibbonGalleryAutomationPeer
galleryAutomationPeer = categoryDataPeer.GetParent() as
RibbonGalleryAutomationPeer
;