1 write to _dpiFonts
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
1867_dpiFonts ??= new Dictionary<int, Font>
5 references to _dpiFonts
System.Windows.Forms (5)
System\Windows\Forms\Control.cs (5)
1872if (_dpiFonts.TryGetValue(newDpi, out Font? scaledFont)) 1880_dpiFonts.Add(newDpi, scaledFont); 1887if (_dpiFonts is null) 1892foreach (Font font in _dpiFonts.Values) 1897_dpiFonts.Clear();