11 references to EndUpdateInternal
System.Windows.Forms (11)
System\Windows\Forms\Control.cs (1)
5284
internal bool EndUpdateInternal() =>
EndUpdateInternal
(invalidate: true);
System\Windows\Forms\Control.SuspendMutation.cs (1)
52
EndUpdateInternal
(invalidate: !IsRecursiveInvalidateAfterSuspendPaintingRequested);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
1937
if (
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)
25461
EndUpdateInternal
(false);
25584
EndUpdateInternal
(false);
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
1357
EndUpdateInternal
(invalidate);
System\Windows\Forms\Controls\ListView\ListView.cs (1)
3172
EndUpdateInternal
(invalidate);
System\Windows\Forms\Controls\RichTextBox\RichTextBox.SuspendMutation.cs (1)
21
EndUpdateInternal
(invalidate: !IsRecursiveInvalidateAfterSuspendPaintingRequested);
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
1035
EndUpdateInternal
(invalidate);
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
1710
private void EndUpdate(bool invalidate) =>
EndUpdateInternal
(invalidate);