10 references to Indeterminate
PresentationFramework (1)
System\Windows\Automation\Peers\ToggleButtonAutomationPeer.cs (1)
76
default: return ToggleState.
Indeterminate
;
UIAutomationClient (1)
MS\Internal\Automation\Schema.cs (1)
368
new AutomationPropertyInfo( convertToToggleState, TogglePattern.ToggleStateProperty, typeof(ToggleState), ToggleState.
Indeterminate
),
UIAutomationClientSideProviders (8)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
554
return ToggleState.
Indeterminate
;
MS\Internal\AutomationProxies\WindowsButton.cs (2)
632
icsState = ToggleState.
Indeterminate
;
648
icsState = ToggleState.
Indeterminate
;
MS\Internal\AutomationProxies\WindowsListBox.cs (2)
1062
ToggleState icsState = ToggleState.
Indeterminate
;
1082
icsState = ToggleState.
Indeterminate
;
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
234
return ToggleState.
Indeterminate
;
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
676
ToggleState icsState = ToggleState.
Indeterminate
;
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
1427
return ToggleState.
Indeterminate
;