1 implementation of ISupportSuspendPainting
System.Windows.Forms (1)
System\Windows\Forms\Control.SuspendMutation.cs (1)
8
ISupportSuspendPainting
18 references to ISupportSuspendPainting
System.Windows.Forms (18)
System\Windows\Forms\Control.SuspendMutation.cs (2)
17
void
ISupportSuspendPainting
.BeginSuspendPainting() => BeginSuspendPaintingCore();
22
void
ISupportSuspendPainting
.EndSuspendPainting()
System\Windows\Forms\ControlMutationExtensions.cs (3)
28
public static IDisposable SuspendPainting(this
ISupportSuspendPainting
target)
45
this
ISupportSuspendPainting
target,
62
this
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)
28
private
ISupportSuspendPainting
? _target;
35
internal SuspendPaintingScope(
ISupportSuspendPainting
? target)
62
ISupportSuspendPainting
target,
69
ISupportSuspendPainting
target,
76
ISupportSuspendPainting
target,
111
ISupportSuspendPainting
? target = _target;
129
ISupportSuspendPainting
target,
147
ISupportSuspendPainting
target,
155
private static Control GetControl(
ISupportSuspendPainting
target)
211
ISupportSuspendPainting
target,
231
ISupportSuspendPainting
target,