3 references to FlushIntention
System.Drawing (1)
System.Drawing.cs (1)
31[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Drawing2D.FlushIntention))]
System.Drawing.Common (2)
System\Drawing\Graphics.cs (2)
508public void Flush() => Flush(Drawing2D.FlushIntention.Flush); 513public void Flush(Drawing2D.FlushIntention intention) =>