3 references to Button
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\WindowsComboBox.cs (3)
237
if (child._item == (int) ComboChildren.
Button
)
276
return new WindowsComboButton(_hwnd, this, (int)ComboChildren.
Button
);
663
return new WindowsComboButton (_hwnd, this, (int) ComboChildren.
Button
);