1 implementation of ISupportSuspendPainting
System.Windows.Forms (1)
System\Windows\Forms\Control.SuspendMutation.cs (1)
8ISupportSuspendPainting
18 references to ISupportSuspendPainting
System.Windows.Forms (18)
System\Windows\Forms\Control.SuspendMutation.cs (2)
17void ISupportSuspendPainting.BeginSuspendPainting() => BeginSuspendPaintingCore(); 22void ISupportSuspendPainting.EndSuspendPainting()
System\Windows\Forms\ControlMutationExtensions.cs (3)
28public static IDisposable SuspendPainting(this ISupportSuspendPainting target) 45this ISupportSuspendPainting target, 62this ISupportSuspendPainting target,
System\Windows\Forms\ISupportSuspendPainting.cs (1)
15/// <see cref="ControlMutationExtensions.SuspendPainting(ISupportSuspendPainting)"/>, which pairs the
System\Windows\Forms\LayoutSuspendTraversal.cs (1)
14/// <see cref="ControlMutationExtensions.SuspendPainting(ISupportSuspendPainting)"/> overload) when
System\Windows\Forms\SuspendPaintingScope.cs (11)
28private ISupportSuspendPainting? _target; 35internal SuspendPaintingScope(ISupportSuspendPainting? target) 62ISupportSuspendPainting target, 69ISupportSuspendPainting target, 76ISupportSuspendPainting target, 111ISupportSuspendPainting? target = _target; 129ISupportSuspendPainting target, 147ISupportSuspendPainting target, 155private static Control GetControl(ISupportSuspendPainting target) 211ISupportSuspendPainting target, 231ISupportSuspendPainting target,