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