13 references to PropFont
System.Windows.Forms (13)
winforms\Managed\System\WinForms\Control.cs (13)
2500Font font = (Font)Properties.GetObject(PropFont); 2526Font local = (Font)Properties.GetObject(PropFont); 2547Properties.SetObject(PropFont, value); 2581Font local = (Font)Properties.GetObject(PropFont); 2588Properties.SetObject(PropFont, newFont); 2616Font font = (Font)Properties.GetObject(PropFont); 2674Font font = (Font)Properties.GetObject(PropFont); 3832bool checkFont = !Properties.ContainsObject(PropFont); 7544Font font = (Font)Properties.GetObject(PropFont); 8388if (Properties.GetObject(PropFont) == null) { 11409if (DpiHelper.EnableDpiChangedHighDpiImprovements && !GetStyle(ControlStyles.UserPaint) && (Properties.GetObject(PropFont) == null)) { 12286object font = Properties.GetObject(PropFont, out found); 13430Font local = (Font)Properties.GetObject(PropFont);