4 references to BufferedGraphics
System.Drawing (1)
System.Drawing.cs (1)
9
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.
BufferedGraphics
))]
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (1)
12649
BufferedGraphics
? bufferedGraphics = null;
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
4006
using
BufferedGraphics
buffer = bufferContext.Allocate(targetGraphics, bufferBounds);
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
2777
using
BufferedGraphics
buffer = context.Allocate(graphics, bounds);