3 references to GdiUnsupportedFlagMask
System.Windows.Forms (3)
misc\GDI\WindowsGraphics2.cs (3)
208
Debug.Assert( ((uint)flags &
GdiUnsupportedFlagMask
) == 0, "Some custom flags were left over and are not GDI compliant!" );
442
Debug.Assert( ((uint)flags &
GdiUnsupportedFlagMask
) == 0, "Some custom flags were left over and are not GDI compliant!" );
540
Debug.Assert( ((uint)flags &
GdiUnsupportedFlagMask
) == 0, "Some custom flags were left over and are not GDI compliant!" );