5 references to EndUpdateInternal
System.Windows.Forms (5)
System\Windows\Forms\Control.cs (1)
4941internal 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)
25453EndUpdateInternal(false); 25576EndUpdateInternal(false);
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
1035EndUpdateInternal(invalidate);