5 overrides of Refresh
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ListBox.cs (1)
1948public override void Refresh() {
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
3872public override void Refresh() {
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
4075public override void Refresh() {
winforms\Managed\System\WinForms\WebBrowser.cs (1)
879public override void Refresh() {
System.Windows.Forms.DataVisualization (1)
WinForm\ChartWinControl.cs (1)
606 public override void Refresh()
10 references to Refresh
System.Windows.Forms (8)
winforms\Managed\System\WinForms\CheckBox.cs (2)
125Refresh(); 548Refresh();
winforms\Managed\System\WinForms\GroupBox.cs (1)
261Refresh();
winforms\Managed\System\WinForms\Label.cs (1)
438Refresh();
winforms\Managed\System\WinForms\ListBox.cs (1)
1966base.Refresh();
winforms\Managed\System\WinForms\ListView.cs (1)
4862this.Refresh();
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
3878base.Refresh();
winforms\Managed\System\WinForms\RadioButton.cs (1)
138Refresh();
System.Windows.Forms.DataVisualization (1)
WinForm\ChartWinControl.cs (1)
619 base.Refresh();
System.Workflow.ComponentModel (1)
AuthoringOM\Design\WorkflowView.cs (1)
1839Refresh();