6 references to BeginUpdate
System.Windows.Forms (5)
System\Windows\Forms\Control.SuspendMutation.cs (1)
34/// Controls that already have a public update mechanism (such as <see cref="ListView.BeginUpdate"/>)
System\Windows\Forms\Controls\ListView\ListView.cs (2)
4513BeginUpdate(); 5639BeginUpdate();
System\Windows\Forms\Controls\ListView\ListView.ListViewNativeItemCollection.cs (1)
158_owner.BeginUpdate();
System\Windows\Forms\Controls\ListView\ListView.SuspendMutation.cs (1)
13BeginUpdate();
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\StyleEditorForm.cs (1)
802_columnsAndRowsListView.BeginUpdate();