2 writes to font
System.Windows.Forms (2)
winforms\Managed\System\WinForms\OwnerDrawPropertyBag.cs (2)
44font = (Font) entry.Value; 69font = value;
2 references to font
System.Windows.Forms (2)
winforms\Managed\System\WinForms\OwnerDrawPropertyBag.cs (2)
66return font; 126ret.Font = value.font;