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