3 references to Button
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\WindowsComboBox.cs (3)
224
if (child._item == (int) ComboChildren.
Button
)
263
return new WindowsComboButton(_hwnd, this, (int)ComboChildren.
Button
);
650
return new WindowsComboButton (_hwnd, this, (int) ComboChildren.
Button
);