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