1 write to _type
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1177_type = GetMenuItemType ();
10 references to _type
UIAutomationClientSideProviders (10)
MS\Internal\AutomationProxies\WindowsMenu.cs (10)
1179if (_type == MenuItemType.Spacer) 1217if (!SafeNativeMethods.IsWindowVisible (_hwnd) || _type == MenuItemType.Spacer) 1222if (iid == ExpandCollapsePattern.Pattern && _type == MenuItemType.SubMenu) 1226else if (iid == InvokePattern.Pattern && _type == MenuItemType.Command) 1230else if (iid == SelectionItemPattern.Pattern && _type == MenuItemType.Command && IsRadioCheck()) 1234else if (iid == TogglePattern.Pattern && _type == MenuItemType.Command && IsChecked() && !IsRadioCheck()) 1400return _type != MenuItemType.Spacer; 1431if (!SafeNativeMethods.IsWindowVisible(_hwnd) || _type == MenuItemType.Spacer) 1976if (_type != MenuItemType.SubMenu) 2138if (_type == MenuItemType.SubMenu && IsEnabledMenu)