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)
1179
if (
_type
== MenuItemType.Spacer)
1217
if (!SafeNativeMethods.IsWindowVisible (_hwnd) ||
_type
== MenuItemType.Spacer)
1222
if (iid == ExpandCollapsePattern.Pattern &&
_type
== MenuItemType.SubMenu)
1226
else if (iid == InvokePattern.Pattern &&
_type
== MenuItemType.Command)
1230
else if (iid == SelectionItemPattern.Pattern &&
_type
== MenuItemType.Command && IsRadioCheck())
1234
else if (iid == TogglePattern.Pattern &&
_type
== MenuItemType.Command && IsChecked() && !IsRadioCheck())
1400
return
_type
!= MenuItemType.Spacer;
1431
if (!SafeNativeMethods.IsWindowVisible(_hwnd) ||
_type
== MenuItemType.Spacer)
1976
if (
_type
!= MenuItemType.SubMenu)
2138
if (
_type
== MenuItemType.SubMenu && IsEnabledMenu)