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)
425
string[] values = new string[
_fonts
.Length];
426
for (int i = 0; i <
_fonts
.Length; i++)
428
values[i] =
_fonts
[i].Name;