3 references to FlushIntention
System.Drawing (3)
commonui\System\Drawing\Advanced\Gdiplus.cs (1)
1994
internal static extern int GdipFlush(HandleRef graphics,
FlushIntention
intention);
commonui\System\Drawing\Graphics.cs (2)
443
Flush(
FlushIntention
.Flush);
452
public void Flush(
FlushIntention
intention)