1 write to _dpiFonts
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
1866_dpiFonts ??= new Dictionary<int, Font>
5 references to _dpiFonts
System.Windows.Forms (5)
System\Windows\Forms\Control.cs (5)
1871if (_dpiFonts.TryGetValue(newDpi, out Font? scaledFont)) 1879_dpiFonts.Add(newDpi, scaledFont); 1886if (_dpiFonts is null) 1891foreach (Font font in _dpiFonts.Values) 1896_dpiFonts.Clear();