13 references to FormControlState
UIAutomationClientSideProviders (13)
MS\Internal\AutomationProxies\ProxySimple.cs (2)
750
protected WindowsFormsHelper.
FormControlState
_windowsForms = WindowsFormsHelper.
FormControlState
.Undeterminate;
MS\Internal\AutomationProxies\WindowsFormsHelpers.cs (6)
114
internal static
FormControlState
GetControlState(IntPtr hwnd)
116
return IsWindowsFormsControl(hwnd) ?
FormControlState
.True :
FormControlState
.False;
133
internal static bool IsWindowsFormsControl(IntPtr hwnd, ref
FormControlState
state)
135
if (state ==
FormControlState
.Undeterminate)
140
return state ==
FormControlState
.True ? true : false;
MS\Internal\AutomationProxies\WindowsListBox.cs (2)
1064
if (_windowsForms == WindowsFormsHelper.
FormControlState
.Undeterminate)
1069
if (_windowsForms == WindowsFormsHelper.
FormControlState
.True)
MS\Internal\AutomationProxies\WindowsTab.cs (3)
671
return new WindowsTabItem(_hwnd, this, index, _windowsForms == WindowsFormsHelper.
FormControlState
.True);
949
if (idProp == AutomationElement.AccessKeyProperty && _windowsForms != WindowsFormsHelper.
FormControlState
.True)
986
return GetName(_hwnd, _item, _windowsForms == WindowsFormsHelper.
FormControlState
.True);