2 writes to s_hActCtx
System.Windows.Forms.Primitives (2)
System\Windows\Forms\Internals\ThemingScope.cs (2)
66s_hActCtx = PInvoke.CreateActCtx(act); 106s_hActCtx = PInvoke.CreateActCtx(act);
4 references to s_hActCtx
System.Windows.Forms.Primitives (4)
System\Windows\Forms\Internals\ThemingScope.cs (4)
29&& !(PInvoke.GetCurrentActCtx(&current) && current == s_hActCtx)) 32bool success = PInvoke.ActivateActCtx(s_hActCtx, &cookie); 69s_contextCreationSucceeded = s_hActCtx != -1; 110s_contextCreationSucceeded = s_hActCtx != -1;