1 write to _dpiFonts
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
1868_dpiFonts ??= new Dictionary<int, Font>
5 references to _dpiFonts
System.Windows.Forms (5)
System\Windows\Forms\Control.cs (5)
1873if (_dpiFonts.TryGetValue(newDpi, out Font? scaledFont)) 1881_dpiFonts.Add(newDpi, scaledFont); 1888if (_dpiFonts is null) 1893foreach (Font font in _dpiFonts.Values) 1898_dpiFonts.Clear();