3 instantiations of SuspendPaintingScope
System.Windows.Forms (3)
System\Windows\Forms\ControlMutationExtensions.cs (3)
29
=> new
SuspendPaintingScope
(target);
47
=> new
SuspendPaintingScope
(target, layoutSuspendTraversal);
64
=> new
SuspendPaintingScope
(target, suspendLayoutContainerFilter);
1 reference to SuspendPaintingScope
System.Windows.Forms (1)
System\Windows\Forms\SuspendPaintingScope.cs (1)
32
/// Initializes a new instance of the <see cref="
SuspendPaintingScope
"/> class.