1 implementation of EndSuspendPainting
System.Windows.Forms (1)
System\Windows\Forms\Control.SuspendMutation.cs (1)
22void ISupportSuspendPainting.EndSuspendPainting()
3 references to EndSuspendPainting
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)
222target.EndSuspendPainting(); 246target.EndSuspendPainting();