29 writes to ClassName
System.Windows.Forms (28)
winforms\Managed\System\WinForms\Button.cs (1)
157
cp.
ClassName
= "BUTTON";
winforms\Managed\System\WinForms\CheckBox.cs (1)
316
cp.
ClassName
= "BUTTON";
winforms\Managed\System\WinForms\ComboBox.cs (1)
419
cp.
ClassName
= "COMBOBOX";
winforms\Managed\System\WinForms\DataGridToolTip.cs (1)
44
cparams.
ClassName
= NativeMethods.TOOLTIPS_CLASS;
winforms\Managed\System\WinForms\DateTimePicker.cs (1)
464
cp.
ClassName
= NativeMethods.WC_DATETIMEPICK;
winforms\Managed\System\WinForms\ErrorProvider.cs (1)
964
cparams.
ClassName
= NativeMethods.TOOLTIPS_CLASS;
winforms\Managed\System\WinForms\Form.cs (1)
7817
cp.
ClassName
= NativeMethods.TOOLTIPS_CLASS;
winforms\Managed\System\WinForms\GroupBox.cs (2)
156
cp.
ClassName
= "BUTTON";
162
cp.
ClassName
= null;
winforms\Managed\System\WinForms\Label.cs (1)
323
cp.
ClassName
= "STATIC";
winforms\Managed\System\WinForms\ListBox.cs (1)
337
cp.
ClassName
= "LISTBOX";
winforms\Managed\System\WinForms\ListView.cs (1)
683
cp.
ClassName
= NativeMethods.WC_LISTVIEW;
winforms\Managed\System\WinForms\MDIClient.cs (1)
109
cp.
ClassName
= "MDICLIENT";
winforms\Managed\System\WinForms\MonthCalendar.cs (1)
440
cp.
ClassName
= NativeMethods.WC_MONTHCAL;
winforms\Managed\System\WinForms\ProgressBar.cs (1)
94
cp.
ClassName
= NativeMethods.WC_PROGRESS;
winforms\Managed\System\WinForms\PropertyGridInternal\GridToolTip.cs (1)
113
cp.
ClassName
= NativeMethods.TOOLTIPS_CLASS;
winforms\Managed\System\WinForms\RadioButton.cs (1)
266
cp.
ClassName
= "BUTTON";
winforms\Managed\System\WinForms\RichTextBox.cs (2)
399
cp.
ClassName
= LocalAppContextSwitches.DoNotLoadLatestRichEditControl ? RichTextBoxConstants.WC_RICHEDITA : RichTextBoxConstants.WC_RICHEDITA_41;
402
cp.
ClassName
= LocalAppContextSwitches.DoNotLoadLatestRichEditControl ? RichTextBoxConstants.WC_RICHEDITW : RichTextBoxConstants.WC_RICHEDITW_41;
winforms\Managed\System\WinForms\ScrollBar.cs (1)
194
cp.
ClassName
= "SCROLLBAR";
winforms\Managed\System\WinForms\StatusBar.cs (2)
222
cp.
ClassName
= NativeMethods.WC_STATUSBAR;
1684
cp.
ClassName
= NativeMethods.TOOLTIPS_CLASS;
winforms\Managed\System\WinForms\TabControl.cs (1)
344
cp.
ClassName
= NativeMethods.WC_TABCONTROL;
winforms\Managed\System\WinForms\TextBoxBase.cs (1)
491
cp.
ClassName
= "EDIT";
winforms\Managed\System\WinForms\ToolBar.cs (1)
423
cp.
ClassName
= NativeMethods.WC_TOOLBAR;
winforms\Managed\System\WinForms\ToolTip.cs (1)
245
cp.
ClassName
= NativeMethods.TOOLTIPS_CLASS;
winforms\Managed\System\WinForms\TrackBar.cs (1)
202
cp.
ClassName
= NativeMethods.WC_TRACKBAR;
winforms\Managed\System\WinForms\TreeView.cs (1)
352
cp.
ClassName
= NativeMethods.WC_TREEVIEW;
System.Workflow.ComponentModel (1)
AuthoringOM\Design\DesignerWidgets.cs (1)
2286
createParams.
ClassName
= NativeToolTip.ToolTipClass;
2 references to ClassName
System.Windows.Forms (2)
winforms\Managed\System\WinForms\NativeWindow.cs (2)
724
WindowClass windowClass = WindowClass.Create(cp.
ClassName
, cp.ClassStyle);
775
Debug.WriteLineIf(CoreSwitches.PerfTrack.Enabled, "Handle created of type '" + cp.
ClassName
+ "' with caption '" + cp.Caption + "' from NativeWindow of type '" + GetType().FullName + "'");