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