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