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)
3495private static BufferedGraphicsContext BufferContext => BufferedGraphicsManager.Current;
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
4005BufferedGraphicsContext bufferContext = BufferedGraphicsManager.Current;
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
2776BufferedGraphicsContext context = BufferedGraphicsManager.Current;