2 references to PropCurrentAmbientFont
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (2)
2639
Font currentAmbient = (Font)Properties.GetObject(
PropCurrentAmbientFont
);
2645
Properties.SetObject(
PropCurrentAmbientFont
, ambient.Font);