1 instantiation of RibbonTabAutomationPeer
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonTab.cs (1)
599
return new
RibbonTabAutomationPeer
(this);
8 references to RibbonTabAutomationPeer
System.Windows.Controls.Ribbon (8)
Microsoft\Windows\Automation\Peers\RibbonGroupDataAutomationPeer.cs (1)
33
public RibbonGroupDataAutomationPeer(object item,
RibbonTabAutomationPeer
itemsControlPeer)
Microsoft\Windows\Automation\Peers\RibbonTabDataAutomationPeer.cs (2)
188
RibbonTabAutomationPeer
wrapperPeer = GetWrapperPeer() as
RibbonTabAutomationPeer
;
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (2)
1281
RibbonTabAutomationPeer
peer = UIElementAutomationPeer.CreatePeerForElement(selectedTab) as
RibbonTabAutomationPeer
;
Microsoft\Windows\Controls\Ribbon\RibbonTab.cs (3)
730
RibbonTabAutomationPeer
peer =
RibbonTabAutomationPeer
.CreatePeerForElement(ribbonTab) as
RibbonTabAutomationPeer
;