10 references to PropFontHeight
System.Windows.Forms (10)
winforms\Managed\System\WinForms\Control.cs (10)
2558
if (Properties.ContainsInteger(
PropFontHeight
)) {
2559
Properties.SetInteger(
PropFontHeight
, (value == null) ? -1 : value.Height);
2593
if (Properties.ContainsInteger(
PropFontHeight
)) {
2594
Properties.SetInteger(
PropFontHeight
, newFont.Height);
2669
int fontHeight = Properties.GetInteger(
PropFontHeight
, out found);
2677
Properties.SetInteger(
PropFontHeight
, fontHeight);
2692
Properties.SetInteger(
PropFontHeight
, localFontHeight);
2698
Properties.SetInteger(
PropFontHeight
, value);
8215
if (Properties.ContainsInteger(
PropFontHeight
)) {
8216
Properties.SetInteger(
PropFontHeight
, -1);