2 references to SeparatorAutomationPeer
PresentationFramework (1)
System\Windows\Controls\Separator.cs (1)
43
return new
SeparatorAutomationPeer
(this);
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Automation\Peers\RibbonSeparatorAutomationPeer.cs (1)
31
public RibbonSeparatorAutomationPeer(RibbonSeparator owner) :
base
(owner)