6 references to BeginPaintScope
System.Windows.Forms (5)
System\Windows\Forms\Control.cs (1)
11805using var paintScope = usingBeginPaint ? new BeginPaintScope(HWND) : default;
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
3748using var paintScope = useBeginPaint ? new BeginPaintScope(HWND) : default;
System\Windows\Forms\Controls\TextBox\TextBox.cs (1)
958using BeginPaintScope paintScope = new(HWND);
System\Windows\Forms\ErrorProvider\ErrorProvider.ErrorWindow.cs (1)
187using BeginPaintScope hdc = new(HWND);
System\Windows\Forms\ToolTip\ToolTip.cs (1)
2317using BeginPaintScope paintScope = new(HWND);
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ControlDesigner.cs (1)
2099using BeginPaintScope scope = new(m.HWND);