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