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