2 writes to _type
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsMenu.cs (2)
37
_type
= type;
139
_type
= MenuType.SystemPopup;
8 references to _type
UIAutomationClientSideProviders (8)
MS\Internal\AutomationProxies\WindowsMenu.cs (8)
50
switch (
_type
)
137
if (
_type
== MenuType.Submenu && GetHierarchyParent(_hwnd) == null && GetSystemPopupParent() != null)
374
if (_parent != null &&
_type
== MenuType.Submenu)
497
return new MenuItem(_hwnd, this, index, _hmenu,
_type
);
701
if (
_type
== MenuType.System)
792
switch (
_type
)
846
switch (
_type
)
1524
MenuType type = ((WindowsMenu)_parent).
_type
;