6 writes to _type
UIAutomationClientsideProviders (6)
MS\Internal\AutomationProxies\WinFormsSpinner.cs (6)
66
_type
= SpinnerType.Numeric;
76
_type
= SpinnerType.Numeric;
82
_type
= SpinnerType.Domain;
88
_type
= SpinnerType.Numeric;
95
_type
= SpinnerType.Numeric;
102
_type
= SpinnerType.Domain;
2 references to _type
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\WinFormsSpinner.cs (2)
230
if (iid == RangeValuePattern.Pattern &&
_type
== SpinnerType.Numeric)
234
else if (
_type
== SpinnerType.Domain)