1 write to _fonts
System.Drawing.Common (1)
System\Drawing\FontConverter.cs (1)
410_fonts = FontFamily.Families;
3 references to _fonts
System.Drawing.Common (3)
System\Drawing\FontConverter.cs (3)
425string[] values = new string[_fonts.Length]; 426for (int i = 0; i < _fonts.Length; i++) 428values[i] = _fonts[i].Name;