3 references to GdiUnsupportedFlagMask
System.Windows.Forms (3)
System\Windows\Forms\Rendering\TextExtensions.cs (3)
21
Debug.Assert(((uint)flags &
GdiUnsupportedFlagMask
) == 0,
27
if (((uint)flags &
GdiUnsupportedFlagMask
) == 0)
33
DRAW_TEXT_FORMAT windowsGraphicsSupportedFlags = (DRAW_TEXT_FORMAT)((uint)flags & ~
GdiUnsupportedFlagMask
);