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