4 overrides of Refresh
System.Windows.Forms (4)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
1945public override void Refresh()
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
3350public override void Refresh()
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
3990public override void Refresh()
System\Windows\Forms\Controls\WebBrowser\WebBrowser.cs (1)
826public override void Refresh()
11 references to Refresh
System.Windows.Forms (9)
System\Windows\Forms\Controls\Buttons\CheckBox.cs (2)
87Refresh(); 417Refresh();
System\Windows\Forms\Controls\Buttons\RadioButton.cs (1)
99Refresh();
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (1)
210Refresh();
System\Windows\Forms\Controls\Labels\Label.cs (1)
355Refresh();
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
1960base.Refresh();
System\Windows\Forms\Controls\ListView\ListView.cs (1)
5233Refresh();
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
3358base.Refresh();
System\Windows\Forms\Internal\WinFormsMetadataUpdateHandler.cs (1)
22openForm.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)
1058controlHost.Control.Refresh();