13 references to FormControlState
UIAutomationClientsideProviders (13)
MS\Internal\AutomationProxies\ProxySimple.cs (2)
769
protected WindowsFormsHelper.
FormControlState
_windowsForms = WindowsFormsHelper.
FormControlState
.Undeterminate;
MS\Internal\AutomationProxies\WindowsFormsHelpers.cs (6)
125
static internal
FormControlState
GetControlState(IntPtr hwnd)
127
return IsWindowsFormsControl(hwnd) ?
FormControlState
.True :
FormControlState
.False;
144
static internal bool IsWindowsFormsControl(IntPtr hwnd, ref
FormControlState
state)
146
if (state ==
FormControlState
.Undeterminate)
151
return state ==
FormControlState
.True ? true : false;
MS\Internal\AutomationProxies\WindowsListBox.cs (2)
1086
if (_windowsForms == WindowsFormsHelper.
FormControlState
.Undeterminate)
1091
if (_windowsForms == WindowsFormsHelper.
FormControlState
.True)
MS\Internal\AutomationProxies\WindowsTab.cs (3)
677
return new WindowsTabItem(_hwnd, this, index, _windowsForms == WindowsFormsHelper.
FormControlState
.True);
955
if (idProp == AutomationElement.AccessKeyProperty && _windowsForms != WindowsFormsHelper.
FormControlState
.True)
992
return GetName(_hwnd, _item, _windowsForms == WindowsFormsHelper.
FormControlState
.True);