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