5 references to EndUpdateInternal
System.Windows.Forms (5)
System\Windows\Forms\Control.cs (1)
4982internal bool EndUpdateInternal() => EndUpdateInternal(invalidate: true);
System\Windows\Forms\Controls\DataGridView\DataGridView.DataConnection.cs (1)
589_owner.EndUpdateInternal(false);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (2)
25473EndUpdateInternal(false); 25596EndUpdateInternal(false);
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
1035EndUpdateInternal(invalidate);