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)
219
if (iid == RangeValuePattern.Pattern &&
_type
== SpinnerType.Numeric)
223
else if (
_type
== SpinnerType.Domain)