2 references to CheckBoxAutomationPeer
PresentationFramework (1)
System\Windows\Controls\CheckBox.cs (1)
67return new System.Windows.Automation.Peers.CheckBoxAutomationPeer(this);
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Automation\Peers\RibbonCheckBoxAutomationPeer.cs (1)
35public RibbonCheckBoxAutomationPeer(RibbonCheckBox owner): base(owner)