8 writes to Value
System.Windows.Forms (8)
winforms\Managed\System\WinForms\Control.cs (8)
16336prop.Value = ColorTranslator.FromOle(Convert.ToInt32(obj, CultureInfo.InvariantCulture)); 16387prop.Value = font; 16395prop.Value = null; 16418prop.Value = ColorTranslator.FromOle(Convert.ToInt32(obj, CultureInfo.InvariantCulture)); 17618prop.Value = ColorTranslator.FromOle(unchecked((int)pQaContainer.colorBack)); 17621prop.Value = ColorTranslator.FromOle(unchecked((int)pQaContainer.colorFore)); 17637prop.Value = font; 17645prop.Value = null;
5 references to Value
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Control.cs (5)
16349if (prop.Value == null) { 16353return(Color)prop.Value; 16400return(Font)prop.Value; 16431if (prop.Value == null) { 16435return(Color)prop.Value;