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