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