3 overrides of Refresh
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
1947public override void Refresh()
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
3952public override void Refresh()
System\Windows\Forms\Controls\WebBrowser\WebBrowser.cs (1)
827public override void Refresh()
15 references to Refresh
System.Windows.Forms (8)
System\Windows\Forms\Controls\Buttons\CheckBox.cs (2)
78Refresh(); 397Refresh();
System\Windows\Forms\Controls\Buttons\RadioButton.cs (1)
94Refresh();
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (1)
210Refresh();
System\Windows\Forms\Controls\Labels\Label.cs (1)
357Refresh();
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
1962base.Refresh();
System\Windows\Forms\Controls\ListView\ListView.cs (1)
5183Refresh();
System\Windows\Forms\Internal\WinFormsMetadataUpdateHandler.cs (1)
20openForm.BeginInvoke((MethodInvoker)(() => openForm.Refresh()));
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\Behavior\ResizeBehavior.cs (1)
846control.Refresh();
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (1)
1088controlHost.Control.Refresh();
System.Windows.Forms.Tests (4)
System\Windows\Forms\ControlTests.Methods.cs (4)
6327control.Refresh(); 6331control.Refresh(); 6347control.Refresh(); 6354control.Refresh();
WinFormsControlsTest (1)
ListViewTest.cs (1)
283listView1.Refresh();