2 writes to _type
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsMenu.cs (2)
38
_type
= type;
140
_type
= MenuType.SystemPopup;
8 references to _type
UIAutomationClientSideProviders (8)
MS\Internal\AutomationProxies\WindowsMenu.cs (8)
51
switch (
_type
)
138
if (
_type
== MenuType.Submenu && GetHierarchyParent(_hwnd) == null && GetSystemPopupParent() != null)
375
if (_parent != null &&
_type
== MenuType.Submenu)
498
return new MenuItem(_hwnd, this, index, _hmenu,
_type
);
702
if (
_type
== MenuType.System)
793
switch (
_type
)
847
switch (
_type
)
1525
MenuType type = ((WindowsMenu)_parent).
_type
;