1 write to _type
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsButton.cs (1)
39
_type
= type;
5 references to _type
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\WindowsButton.cs (5)
231
if (iid == InvokePattern.Pattern &&
_type
== ButtonType.PushButton)
236
else if (iid == SelectionPattern.Pattern &&
_type
== ButtonType.GroupBox)
240
else if (iid == SelectionItemPattern.Pattern &&
_type
== ButtonType.RadioButton)
244
else if (iid == TogglePattern.Pattern &&
_type
== ButtonType.CheckBox)
507
if (
_type
== ButtonType.PushButton && !IsStartButton())