6 writes to _type
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\WinFormsSpinner.cs (6)
55_type = SpinnerType.Numeric; 65_type = SpinnerType.Numeric; 71_type = SpinnerType.Domain; 77_type = SpinnerType.Numeric; 84_type = SpinnerType.Numeric; 91_type = SpinnerType.Domain;
2 references to _type
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WinFormsSpinner.cs (2)
219if (iid == RangeValuePattern.Pattern && _type == SpinnerType.Numeric) 223else if (_type == SpinnerType.Domain)