6 references to Font
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Control.cs (6)
2518
if (ambient != null && ambient.
Font
!= null) {
2519
return ambient.
Font
;
2635
if (ambient != null && ambient.
Font
!= null) {
2641
if (currentAmbient != null && currentAmbient == ambient.
Font
) {
2645
Properties.SetObject(PropCurrentAmbientFont, ambient.
Font
);
2649
font = ambient.
Font
;