11 references to fType
UIAutomationClientSideProviders (11)
MS\Internal\AutomationProxies\WindowsMenu.cs (11)
1894return (Misc.IsBitSet(menuItemInfo.fType, NativeMethods.MFT_RADIOCHECK) && menuItemInfo.hbmpChecked == IntPtr.Zero); 1909return (Misc.IsBitSet(menuItemInfo.fType, NativeMethods.MF_SEPARATOR) || 1910Misc.IsBitSet(menuItemInfo.fType, NativeMethods.MF_MENUBARBREAK) || 1911Misc.IsBitSet(menuItemInfo.fType, NativeMethods.MF_MENUBREAK)); 1955if (Misc.IsBitSet(menuItemInfo.fType, NativeMethods.MF_SEPARATOR) || 1956Misc.IsBitSet(menuItemInfo.fType, NativeMethods.MF_MENUBARBREAK) || 1957Misc.IsBitSet(menuItemInfo.fType, NativeMethods.MF_MENUBREAK)) 2558if (Misc.IsBitSet(menuItemInfo.fType, NativeMethods.MF_SEPARATOR) || 2559Misc.IsBitSet(menuItemInfo.fType, NativeMethods.MF_MENUBARBREAK) || 2560Misc.IsBitSet(menuItemInfo.fType, NativeMethods.MF_MENUBREAK)) 2564else if (Misc.IsBitSet(menuItemInfo.fType, NativeMethods.MF_OWNERDRAW))