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