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)
231if (iid == InvokePattern.Pattern && _type == ButtonType.PushButton) 236else if (iid == SelectionPattern.Pattern && _type == ButtonType.GroupBox) 240else if (iid == SelectionItemPattern.Pattern && _type == ButtonType.RadioButton) 244else if (iid == TogglePattern.Pattern && _type == ButtonType.CheckBox) 507if (_type == ButtonType.PushButton && !IsStartButton())