6 references to PaintWithErrorHandling
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (6)
1377/// prevents us from sending a ton of messages during layout. See the <see cref="PaintWithErrorHandling(PaintEventArgs, short)"/> 7772PaintWithErrorHandling(e, PaintLayerBackground); 7774PaintWithErrorHandling(e, PaintLayerForeground); 12014PaintWithErrorHandling(pevent, PaintLayerBackground); 12664PaintWithErrorHandling(pevent, PaintLayerBackground); 12668PaintWithErrorHandling(pevent, PaintLayerForeground);