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