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