1 write to _type
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsButton.cs (1)
33_type = type;
5 references to _type
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\WindowsButton.cs (5)
225if (iid == InvokePattern.Pattern && _type == ButtonType.PushButton) 230else if (iid == SelectionPattern.Pattern && _type == ButtonType.GroupBox) 234else if (iid == SelectionItemPattern.Pattern && _type == ButtonType.RadioButton) 238else if (iid == TogglePattern.Pattern && _type == ButtonType.CheckBox) 498if (_type == ButtonType.PushButton && !IsStartButton())