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)
242if (iid == InvokePattern.Pattern && _type == ButtonType.PushButton) 247else if (iid == SelectionPattern.Pattern && _type == ButtonType.GroupBox) 251else if (iid == SelectionItemPattern.Pattern && _type == ButtonType.RadioButton) 255else if (iid == TogglePattern.Pattern && _type == ButtonType.CheckBox) 518if (_type == ButtonType.PushButton && !IsStartButton())