1 write to _type
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1192_type = GetMenuItemType ();
10 references to _type
UIAutomationClientsideProviders (10)
MS\Internal\AutomationProxies\WindowsMenu.cs (10)
1194if (_type == MenuItemType.Spacer) 1232if (!SafeNativeMethods.IsWindowVisible (_hwnd) || _type == MenuItemType.Spacer) 1237if (iid == ExpandCollapsePattern.Pattern && _type == MenuItemType.SubMenu) 1241else if (iid == InvokePattern.Pattern && _type == MenuItemType.Command) 1245else if (iid == SelectionItemPattern.Pattern && _type == MenuItemType.Command && IsRadioCheck()) 1249else if (iid == TogglePattern.Pattern && _type == MenuItemType.Command && IsChecked() && !IsRadioCheck()) 1415return _type != MenuItemType.Spacer; 1446if (!SafeNativeMethods.IsWindowVisible(_hwnd) || _type == MenuItemType.Spacer) 1991if (_type != MenuItemType.SubMenu) 2153if (_type == MenuItemType.SubMenu && IsEnabledMenu)