2 references to EndUpdate
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
1940public void EndUpdate() => EndUpdate(invalidate: true);
System\Windows\Forms\Controls\ComboBox\ComboBox.SuspendMutation.cs (1)
21EndUpdate(invalidate: !IsRecursiveInvalidateAfterSuspendPaintingRequested);