1 write to _type
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\WindowsButton.cs (1)
46
_type
= type;
5 references to _type
UIAutomationClientsideProviders (5)
MS\Internal\AutomationProxies\WindowsButton.cs (5)
242
if (iid == InvokePattern.Pattern &&
_type
== ButtonType.PushButton)
247
else if (iid == SelectionPattern.Pattern &&
_type
== ButtonType.GroupBox)
251
else if (iid == SelectionItemPattern.Pattern &&
_type
== ButtonType.RadioButton)
255
else if (iid == TogglePattern.Pattern &&
_type
== ButtonType.CheckBox)
518
if (
_type
== ButtonType.PushButton && !IsStartButton())