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