10 references to Indeterminate
PresentationFramework (1)
System\Windows\Automation\Peers\ToggleButtonAutomationPeer.cs (1)
75
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)
553
return ToggleState.
Indeterminate
;
MS\Internal\AutomationProxies\WindowsButton.cs (2)
631
icsState = ToggleState.
Indeterminate
;
647
icsState = ToggleState.
Indeterminate
;
MS\Internal\AutomationProxies\WindowsListBox.cs (2)
1061
ToggleState icsState = ToggleState.
Indeterminate
;
1081
icsState = ToggleState.
Indeterminate
;
MS\Internal\AutomationProxies\WindowsListViewItemCheckBox.cs (1)
233
return ToggleState.
Indeterminate
;
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
675
ToggleState icsState = ToggleState.
Indeterminate
;
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
1426
return ToggleState.
Indeterminate
;