33 references to Paint
System.Windows.Forms (31)
winforms\Managed\System\WinForms\ComboBox.cs (2)
1495base.Paint += value; 1498base.Paint -= value;
winforms\Managed\System\WinForms\DataGrid.cs (1)
4400/// <para>Raises the <see cref='System.Windows.Forms.Control.Paint'/>
winforms\Managed\System\WinForms\DateTimePicker.cs (2)
672base.Paint += value; 675base.Paint -= value;
winforms\Managed\System\WinForms\ListBox.cs (2)
1268base.Paint += value; 1271base.Paint -= value;
winforms\Managed\System\WinForms\ListView.cs (2)
2145base.Paint += value; 2148base.Paint -= value;
winforms\Managed\System\WinForms\MonthCalendar.cs (2)
1290base.Paint += value; 1293base.Paint -= value;
winforms\Managed\System\WinForms\PaintEvent.cs (1)
21/// Provides data for the <see cref='System.Windows.Forms.Control.Paint'/>
winforms\Managed\System\WinForms\PaintEventHandler.cs (1)
18/// Represents the method that will handle the <see cref='System.Windows.Forms.Control.Paint'/>event of a <see cref='System.Windows.Forms.Control'/>class.
winforms\Managed\System\WinForms\ProgressBar.cs (2)
727base.Paint += value; 730base.Paint -= value;
winforms\Managed\System\WinForms\ScrollBar.cs (2)
543base.Paint += value; 546base.Paint -= value;
winforms\Managed\System\WinForms\StatusBar.cs (2)
556base.Paint += value; 559base.Paint -= value;
winforms\Managed\System\WinForms\TabControl.cs (2)
1045base.Paint += value; 1048base.Paint -= value;
winforms\Managed\System\WinForms\TextBoxBase.cs (2)
1619base.Paint += value; 1622base.Paint -= value;
winforms\Managed\System\WinForms\ToolBar.cs (2)
1005base.Paint += value; 1008base.Paint -= value;
winforms\Managed\System\WinForms\ToolStripControlHost.cs (2)
901control.Paint += new PaintEventHandler(HandlePaint); 949control.Paint -= new PaintEventHandler(HandlePaint);
winforms\Managed\System\WinForms\TrackBar.cs (2)
780base.Paint += value; 783base.Paint -= value;
winforms\Managed\System\WinForms\TreeView.cs (2)
1581base.Paint += value; 1584base.Paint -= value;
System.Workflow.ComponentModel (2)
AuthoringOM\Design\DesignerWidgets.cs (1)
1507this.splitter.Paint += new PaintEventHandler(OnSplitterPaint);
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
392this.themePanel.Paint += new PaintEventHandler(OnThemePanelPaint);