1 type derived from ToolStripLabel
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripStatusLabel.cs (1)
28public class ToolStripStatusLabel : ToolStripLabel, IAutomationLiveRegion {
3 instantiations of ToolStripLabel
System.Windows.Forms (2)
winforms\Managed\System\WinForms\BindingNavigator.cs (1)
146CountItem = new System.Windows.Forms.ToolStripLabel();
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
1309this.pageToolStripLabel = new System.Windows.Forms.ToolStripLabel();
System.WorkflowServices (1)
System\Workflow\Activities\Design\OperationPickerDialog.designer.cs (1)
36this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
6 references to ToolStripLabel
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
62private System.Windows.Forms.ToolStripLabel pageToolStripLabel;
winforms\Managed\System\WinForms\ToolStripLabel.cs (4)
362private ToolStripLabel ownerItem = null; 364public ToolStripLabelAccessibleObject(ToolStripLabel ownerItem) : base(ownerItem) { 421ToolStripLabel owner; 423public ToolStripLabelLayout(ToolStripLabel owner) : base(owner) {
System.WorkflowServices (1)
System\Workflow\Activities\Design\OperationPickerDialog.designer.cs (1)
190private System.Windows.Forms.ToolStripLabel toolStripLabel1;