6 references to PaintWithErrorHandling
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (6)
1177/// prevents us from sending a ton of messages during layout. See the <see cref="PaintWithErrorHandling(PaintEventArgs, short)"/> 7157PaintWithErrorHandling(e, PaintLayerBackground); 7159PaintWithErrorHandling(e, PaintLayerForeground); 11272PaintWithErrorHandling(pevent, PaintLayerBackground); 11918PaintWithErrorHandling(pevent, PaintLayerBackground); 11922PaintWithErrorHandling(pevent, PaintLayerForeground);