2 writes to gdiFonts
System.Drawing (2)
commonui\System\Drawing\Advanced\PrivateFontCollection.cs (2)
47
gdiFonts
= new List<string>();
72
gdiFonts
= null;
5 references to gdiFonts
System.Drawing (5)
commonui\System\Drawing\Advanced\PrivateFontCollection.cs (5)
67
if (
gdiFonts
!= null) {
68
foreach (string fontFile in
gdiFonts
) {
71
gdiFonts
.Clear();
106
if (
gdiFonts
!= null) {
107
gdiFonts
.Add(filename);