1 write to _type
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsButton.cs (1)
34
_type
= type;
5 references to _type
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\WindowsButton.cs (5)
226
if (iid == InvokePattern.Pattern &&
_type
== ButtonType.PushButton)
231
else if (iid == SelectionPattern.Pattern &&
_type
== ButtonType.GroupBox)
235
else if (iid == SelectionItemPattern.Pattern &&
_type
== ButtonType.RadioButton)
239
else if (iid == TogglePattern.Pattern &&
_type
== ButtonType.CheckBox)
502
if (
_type
== ButtonType.PushButton && !IsStartButton())