11 references to EndUpdateInternal
System.Windows.Forms (11)
System\Windows\Forms\Control.cs (1)
5284internal bool EndUpdateInternal() => EndUpdateInternal(invalidate: true);
System\Windows\Forms\Control.SuspendMutation.cs (1)
52EndUpdateInternal(invalidate: !IsRecursiveInvalidateAfterSuspendPaintingRequested);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
1937if (EndUpdateInternal(invalidate) && invalidate)
System\Windows\Forms\Controls\DataGridView\DataGridView.DataConnection.cs (1)
589_owner.EndUpdateInternal(false);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (2)
25461EndUpdateInternal(false); 25584EndUpdateInternal(false);
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
1357EndUpdateInternal(invalidate);
System\Windows\Forms\Controls\ListView\ListView.cs (1)
3172EndUpdateInternal(invalidate);
System\Windows\Forms\Controls\RichTextBox\RichTextBox.SuspendMutation.cs (1)
21EndUpdateInternal(invalidate: !IsRecursiveInvalidateAfterSuspendPaintingRequested);
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
1035EndUpdateInternal(invalidate);
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
1710private void EndUpdate(bool invalidate) => EndUpdateInternal(invalidate);