7 writes to Value
System.Windows.Forms (7)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (7)
186property.Value = ColorTranslator.FromOle(value.data.intVal); 216property.Value = Font.FromHfont(font.Value->hFont); 247property.Value = ColorTranslator.FromOle(value.data.intVal); 1367prop.Value = ColorTranslator.FromOle((int)pQaContainer->colorBack); 1370prop.Value = ColorTranslator.FromOle((int)pQaContainer->colorFore); 1379prop.Value = Font.FromHfont(pQaContainer->pFont->hFont); 1384prop.Value = null;
5 references to Value
System.Windows.Forms (5)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (5)
190return property.Value is null ? Color.Empty : (Color)property.Value; 226return (Font?)property.Value; 251return property.Value is null ? Color.Empty : (Color)property.Value;