1 write to s_fontTable
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\AxHost.cs (1)
3603
s_fontTable
= [];
3 references to s_fontTable
System.Windows.Forms (3)
System\Windows\Forms\ActiveX\AxHost.cs (3)
3601
if (
s_fontTable
is null)
3605
else if (
s_fontTable
.TryGetValue(font, out object? cachedFDesc))
3622
s_fontTable
.AddOrUpdate(font, fdesc);