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