1 type derived from CheckBoxAutomationPeer
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Automation\Peers\RibbonCheckBoxAutomationPeer.cs (1)
27public class RibbonCheckBoxAutomationPeer : CheckBoxAutomationPeer
1 instantiation of CheckBoxAutomationPeer
PresentationFramework (1)
System\Windows\Controls\CheckBox.cs (1)
67return new System.Windows.Automation.Peers.CheckBoxAutomationPeer(this);
2 references to CheckBoxAutomationPeer
Microsoft.VisualStudio.LanguageServices (2)
Utilities\AutomationDelegatingListView.cs (2)
82private readonly CheckBoxAutomationPeer? checkBoxItem; 89checkBoxItem = this.GetChildren()?.OfType<CheckBoxAutomationPeer>().SingleOrDefault();