1 write to _type
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1173
_type
= GetMenuItemType ();
10 references to _type
UIAutomationClientSideProviders (10)
MS\Internal\AutomationProxies\WindowsMenu.cs (10)
1175
if (
_type
== MenuItemType.Spacer)
1213
if (!SafeNativeMethods.IsWindowVisible (_hwnd) ||
_type
== MenuItemType.Spacer)
1218
if (iid == ExpandCollapsePattern.Pattern &&
_type
== MenuItemType.SubMenu)
1222
else if (iid == InvokePattern.Pattern &&
_type
== MenuItemType.Command)
1226
else if (iid == SelectionItemPattern.Pattern &&
_type
== MenuItemType.Command && IsRadioCheck())
1230
else if (iid == TogglePattern.Pattern &&
_type
== MenuItemType.Command && IsChecked() && !IsRadioCheck())
1394
return
_type
!= MenuItemType.Spacer;
1425
if (!SafeNativeMethods.IsWindowVisible(_hwnd) ||
_type
== MenuItemType.Spacer)
1970
if (
_type
!= MenuItemType.SubMenu)
2132
if (
_type
== MenuItemType.SubMenu && IsEnabledMenu)