5 overrides of Refresh
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ListBox.cs (1)
1948
public override void
Refresh
() {
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
3872
public override void
Refresh
() {
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
4075
public override void
Refresh
() {
winforms\Managed\System\WinForms\WebBrowser.cs (1)
879
public 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)
125
Refresh
();
548
Refresh
();
winforms\Managed\System\WinForms\GroupBox.cs (1)
261
Refresh
();
winforms\Managed\System\WinForms\Label.cs (1)
438
Refresh
();
winforms\Managed\System\WinForms\ListBox.cs (1)
1966
base.
Refresh
();
winforms\Managed\System\WinForms\ListView.cs (1)
4862
this.
Refresh
();
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
3878
base.
Refresh
();
winforms\Managed\System\WinForms\RadioButton.cs (1)
138
Refresh
();
System.Windows.Forms.DataVisualization (1)
WinForm\ChartWinControl.cs (1)
619
base.
Refresh
();
System.Workflow.ComponentModel (1)
AuthoringOM\Design\WorkflowView.cs (1)
1839
Refresh
();