1 write to stateButton
UIAutomationClientsideProviders (1)
MS\Win32\NativeMethods.cs (1)
1499
stateButton
= 0;
2 references to stateButton
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\WindowsComboBox.cs (2)
661
if (GetComboInfo(_hwnd, ref cbInfo) && cbInfo.
stateButton
!= NativeMethods.STATE_SYSTEM_INVISIBLE)
782
if (WindowsComboBox.GetComboInfo(hwnd, ref cbInfo) && Misc.IsBitSet(NativeMethods.STATE_SYSTEM_PRESSED, cbInfo.
stateButton
))