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