6 writes to _type
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\WinFormsSpinner.cs (6)
58_type = SpinnerType.Numeric; 68_type = SpinnerType.Numeric; 74_type = SpinnerType.Domain; 80_type = SpinnerType.Numeric; 87_type = SpinnerType.Numeric; 94_type = SpinnerType.Domain;
2 references to _type
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WinFormsSpinner.cs (2)
222if (iid == RangeValuePattern.Pattern && _type == SpinnerType.Numeric) 226else if (_type == SpinnerType.Domain)