2 references to Mixed
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\Accessible.cs (1)
306
internal bool IsIndeterminate { get { return HasState(AccessibleState.
Mixed
); } }
MS\Internal\AutomationProxies\WindowsButton.cs (1)
649
else if (Accessible.HasState(state, AccessibleState.
Mixed
))