1 implementation of BeginSuspendPainting
System.Windows.Forms (1)
System\Windows\Forms\Control.SuspendMutation.cs (1)
17
void 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)
50
target.
BeginSuspendPainting
();
86
target.
BeginSuspendPainting
();