11 references to fType
UIAutomationClientSideProviders (11)
MS\Internal\AutomationProxies\WindowsMenu.cs (11)
1900return (Misc.IsBitSet(menuItemInfo.fType, NativeMethods.MFT_RADIOCHECK) && menuItemInfo.hbmpChecked == IntPtr.Zero); 1915return (Misc.IsBitSet(menuItemInfo.fType, NativeMethods.MF_SEPARATOR) || 1916Misc.IsBitSet(menuItemInfo.fType, NativeMethods.MF_MENUBARBREAK) || 1917Misc.IsBitSet(menuItemInfo.fType, NativeMethods.MF_MENUBREAK)); 1961if (Misc.IsBitSet(menuItemInfo.fType, NativeMethods.MF_SEPARATOR) || 1962Misc.IsBitSet(menuItemInfo.fType, NativeMethods.MF_MENUBARBREAK) || 1963Misc.IsBitSet(menuItemInfo.fType, NativeMethods.MF_MENUBREAK)) 2564if (Misc.IsBitSet(menuItemInfo.fType, NativeMethods.MF_SEPARATOR) || 2565Misc.IsBitSet(menuItemInfo.fType, NativeMethods.MF_MENUBARBREAK) || 2566Misc.IsBitSet(menuItemInfo.fType, NativeMethods.MF_MENUBREAK)) 2570else if (Misc.IsBitSet(menuItemInfo.fType, NativeMethods.MF_OWNERDRAW))