1 write to _dpiFonts
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
2134_dpiFonts ??= new Dictionary<int, Font>
5 references to _dpiFonts
System.Windows.Forms (5)
System\Windows\Forms\Control.cs (5)
2139if (_dpiFonts.TryGetValue(newDpi, out Font? scaledFont)) 2147_dpiFonts.Add(newDpi, scaledFont); 2154if (_dpiFonts is null) 2159foreach (Font font in _dpiFonts.Values) 2164_dpiFonts.Clear();