6 writes to _type
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\WinFormsSpinner.cs (6)
56_type = SpinnerType.Numeric; 66_type = SpinnerType.Numeric; 72_type = SpinnerType.Domain; 78_type = SpinnerType.Numeric; 85_type = SpinnerType.Numeric; 92_type = SpinnerType.Domain;
2 references to _type
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WinFormsSpinner.cs (2)
220if (iid == RangeValuePattern.Pattern && _type == SpinnerType.Numeric) 224else if (_type == SpinnerType.Domain)