2 writes to cookieCounter
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Application.cs (2)
1692
cookieCounter
= 0;
1749
OleComponents.Add(++
cookieCounter
, entry);
2 references to cookieCounter
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Application.cs (2)
1753
dwComponentID = (IntPtr)
cookieCounter
;
1754
Debug.WriteLineIf(CompModSwitches.MSOComponentManager.TraceInfo, "ComponentManager: Component registered. ID: " +
cookieCounter
.ToString(CultureInfo.InvariantCulture));