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