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