1 implementation of BeginSuspendPainting
System.Windows.Forms (1)
System\Windows\Forms\Control.SuspendMutation.cs (1)
17void ISupportSuspendPainting.BeginSuspendPainting() => BeginSuspendPaintingCore();
3 references to BeginSuspendPainting
System.Windows.Forms (3)
System\Windows\Forms\ISupportSuspendPainting.cs (1)
13/// <see cref="BeginSuspendPainting"/> and <see cref="EndSuspendPainting"/> directly. Callers instead
System\Windows\Forms\SuspendPaintingScope.cs (2)
50target.BeginSuspendPainting(); 86target.BeginSuspendPainting();