1 write to id
System.Windows.Forms (1)
winforms\Managed\System\WinForms\StatusBar.cs (1)
1709tool.id = (IntPtr)nextId;
6 references to id
System.Windows.Forms (6)
winforms\Managed\System\WinForms\StatusBar.cs (6)
1742&& tool.id == toRemove.id) { 1794if (tool != null && tool.text != null && tool.text.Length > 0 && (int)tool.id >= 0) { 1799if (tool != null && tool.text != null && tool.text.Length > 0 && (int)tool.id >= 0) { 1857if ((int)tool.id < 0) { 1865ti.uId = tool.id;