2 references to s_initToken
System.Private.Windows.Core (2)
Windows\Win32\Graphics\GdiPlus\GdiPlusInitialization.cs (2)
12
Debug.Assert(
s_initToken
== 0, "GdiplusInitialization: Initialize should not be called more than once!");
26
internal static bool EnsureInitialized() =>
s_initToken
!= 0;