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