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)
226if (iid == InvokePattern.Pattern && _type == ButtonType.PushButton) 231else if (iid == SelectionPattern.Pattern && _type == ButtonType.GroupBox) 235else if (iid == SelectionItemPattern.Pattern && _type == ButtonType.RadioButton) 239else if (iid == TogglePattern.Pattern && _type == ButtonType.CheckBox) 502if (_type == ButtonType.PushButton && !IsStartButton())