2 writes to _type
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\WindowsMenu.cs (2)
54
_type
= type;
156
_type
= MenuType.SystemPopup;
8 references to _type
UIAutomationClientsideProviders (8)
MS\Internal\AutomationProxies\WindowsMenu.cs (8)
67
switch (
_type
)
154
if (
_type
== MenuType.Submenu && GetHierarchyParent(_hwnd) == null && GetSystemPopupParent() != null)
391
if (_parent != null &&
_type
== MenuType.Submenu)
514
return new MenuItem(_hwnd, this, index, _hmenu,
_type
);
718
if (
_type
== MenuType.System)
809
switch (
_type
)
863
switch (
_type
)
1545
MenuType type = ((WindowsMenu)_parent).
_type
;