// ------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> // ------------------------------------------------------------------------------ #pragma warning disable CS1591,CS1573,CS0465,CS0649,CS8019,CS1570,CS1584,CS1658,CS0436,CS8981,SYSLIB1092,CS3021,CS3019 using global::System; using global::System.Diagnostics; using global::System.Diagnostics.CodeAnalysis; using global::System.Runtime.CompilerServices; using global::System.Runtime.InteropServices; using global::System.Runtime.Versioning; using winmdroot = global::Windows.Win32; namespace Windows.Win32 { namespace UI.Controls.RichEdit { [Flags] [global::System.CodeDom.Compiler.GeneratedCode("Microsoft.Windows.CsWin32", "0.3.287+85e3fa26dd.RR")] internal enum CFM_MASK : uint { CFM_SUBSCRIPT = 0x00030000, CFM_SUPERSCRIPT = 0x00030000, CFM_EFFECTS = 0x4000003F, CFM_ALL = 0xF800003F, CFM_BOLD = 0x00000001, CFM_CHARSET = 0x08000000, CFM_COLOR = 0x40000000, CFM_FACE = 0x20000000, CFM_ITALIC = 0x00000002, CFM_OFFSET = 0x10000000, CFM_PROTECTED = 0x00000010, CFM_SIZE = 0x80000000, CFM_STRIKEOUT = 0x00000008, CFM_UNDERLINE = 0x00000004, CFM_LINK = 0x00000020, CFM_SMALLCAPS = 0x00000040, CFM_ALLCAPS = 0x00000080, CFM_HIDDEN = 0x00000100, CFM_OUTLINE = 0x00000200, CFM_SHADOW = 0x00000400, CFM_EMBOSS = 0x00000800, CFM_IMPRINT = 0x00001000, CFM_DISABLED = 0x00002000, CFM_REVISED = 0x00004000, CFM_REVAUTHOR = 0x00008000, CFM_ANIMATION = 0x00040000, CFM_STYLE = 0x00080000, CFM_KERNING = 0x00100000, CFM_SPACING = 0x00200000, CFM_WEIGHT = 0x00400000, CFM_UNDERLINETYPE = 0x00800000, CFM_COOKIE = 0x01000000, CFM_LCID = 0x02000000, CFM_BACKCOLOR = 0x04000000, CFM_EFFECTS2 = 0x44037FFF, CFM_ALL2 = 0xFFFFFFFF, CFM_FONTBOUND = 0x00100000, CFM_LINKPROTECTED = 0x00800000, CFM_EXTENDED = 0x02000000, CFM_MATHNOBUILDUP = 0x08000000, CFM_MATH = 0x10000000, CFM_MATHORDINARY = 0x20000000, CFM_ALLEFFECTS = 0x7E137FFF, } } }