6 references to INVALID_ID
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Application.cs (6)
2367private int componentID = INVALID_ID; 2540if (msocm != null && componentID == INVALID_ID) { 2553Debug.Assert(componentID != INVALID_ID, "Our ID sentinel was returned as a valid ID"); 3175return (componentID != INVALID_ID); 3725if (componentManager != null && componentID != INVALID_ID) { 3737componentID = INVALID_ID;