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