4 references to BufferedGraphicsContext
System.Drawing (1)
System.Drawing.cs (1)
10
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.
BufferedGraphicsContext
))]
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (1)
3495
private static
BufferedGraphicsContext
BufferContext => BufferedGraphicsManager.Current;
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
4005
BufferedGraphicsContext
bufferContext = BufferedGraphicsManager.Current;
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
2776
BufferedGraphicsContext
context = BufferedGraphicsManager.Current;