1 instantiation of RibbonComboBoxAutomationPeer
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (1)
922
return new
RibbonComboBoxAutomationPeer
(this);
2 references to RibbonComboBoxAutomationPeer
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (2)
125
RibbonComboBoxAutomationPeer
peer = UIElementAutomationPeer.FromElement(cb) as
RibbonComboBoxAutomationPeer
;