10 references to EndUpdate
System.Windows.Forms (6)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (4)
1328
EndUpdate
();
2847
EndUpdate
();
3026
EndUpdate
();
3306
EndUpdate
();
System\Windows\Forms\Controls\ComboBox\ComboBox.ObjectCollection.cs (1)
187
_owner.
EndUpdate
();
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.cs (1)
311
public void EndUpdate() { ComboBox.
EndUpdate
(); }
System.Windows.Forms.Tests (4)
System\Windows\Forms\ComboBoxTests.cs (4)
428
control1.
EndUpdate
();
432
control2.
EndUpdate
();
438
control3.
EndUpdate
();
442
Exception exception = Record.Exception(control4.
EndUpdate
);