11 references to EndUpdateInternal
System.Windows.Forms (11)
winforms\Managed\System\WinForms\ComboBox.cs (1)
2047if (EndUpdateInternal()) {
winforms\Managed\System\WinForms\DataGrid.cs (6)
1684if (this.Visible) EndUpdateInternal(); 1709if (beginUpdateInternal && this.Visible) EndUpdateInternal(); 3758if (this.Visible) EndUpdateInternal(); 4454if (this.Visible) EndUpdateInternal(); 7603if (this.Visible) EndUpdateInternal(); 7616if (this.Visible) EndUpdateInternal();
winforms\Managed\System\WinForms\ListBox.cs (1)
1399EndUpdateInternal();
winforms\Managed\System\WinForms\ListView.cs (1)
3041EndUpdateInternal();
winforms\Managed\System\WinForms\ToolBar.cs (1)
1119EndUpdateInternal();
winforms\Managed\System\WinForms\TreeView.cs (1)
1722EndUpdateInternal();