1 write to t_threadData
System.Drawing.Common (1)
System\Drawing\Gdiplus.cs (1)
18
internal static IDictionary<object, object> ThreadData =>
t_threadData
??= new Dictionary<object, object>();