1 instantiation of ToolStripStatusLabel
System.Windows.Forms (1)
winforms\Managed\System\WinForms\StatusStrip.cs (1)
265
return new
ToolStripStatusLabel
(text,image,onClick);
14 references to ToolStripStatusLabel
System.Windows.Forms (14)
winforms\Managed\System\WinForms\StatusStrip.cs (6)
403
ToolStripStatusLabel
panel = item as
ToolStripStatusLabel
;
477
ToolStripStatusLabel
panel = DisplayedItems[i] as
ToolStripStatusLabel
;
519
ToolStripStatusLabel
panel = DisplayedItems[i] as
ToolStripStatusLabel
;
winforms\Managed\System\WinForms\ToolStripProfessionalRenderer.cs (2)
290
ToolStripStatusLabel
item = e.Item as
ToolStripStatusLabel
;
winforms\Managed\System\WinForms\ToolStripStatusLabel.cs (4)
249
private
ToolStripStatusLabel
ownerItem;
251
public ToolStripStatusLabelAccessibleObject(
ToolStripStatusLabel
ownerItem) : base(ownerItem) {
284
ToolStripStatusLabel
owner;
286
public ToolStripStatusLabelLayout(
ToolStripStatusLabel
owner) : base(owner) {
winforms\Managed\System\WinForms\ToolStripSystemRenderer.cs (2)
444
ToolStripStatusLabel
item = e.Item as
ToolStripStatusLabel
;