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