11 references to fType
UIAutomationClientsideProviders (11)
MS\Internal\AutomationProxies\WindowsMenu.cs (11)
1915return (Misc.IsBitSet(menuItemInfo.fType, NativeMethods.MFT_RADIOCHECK) && menuItemInfo.hbmpChecked == IntPtr.Zero); 1930return (Misc.IsBitSet(menuItemInfo.fType, NativeMethods.MF_SEPARATOR) || 1931Misc.IsBitSet(menuItemInfo.fType, NativeMethods.MF_MENUBARBREAK) || 1932Misc.IsBitSet(menuItemInfo.fType, NativeMethods.MF_MENUBREAK)); 1976if (Misc.IsBitSet(menuItemInfo.fType, NativeMethods.MF_SEPARATOR) || 1977Misc.IsBitSet(menuItemInfo.fType, NativeMethods.MF_MENUBARBREAK) || 1978Misc.IsBitSet(menuItemInfo.fType, NativeMethods.MF_MENUBREAK)) 2579if (Misc.IsBitSet(menuItemInfo.fType, NativeMethods.MF_SEPARATOR) || 2580Misc.IsBitSet(menuItemInfo.fType, NativeMethods.MF_MENUBARBREAK) || 2581Misc.IsBitSet(menuItemInfo.fType, NativeMethods.MF_MENUBREAK)) 2585else if (Misc.IsBitSet(menuItemInfo.fType, NativeMethods.MF_OWNERDRAW))