4 references to PropOpacity
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Form.cs (4)
536
if (Properties.ContainsObject(
PropOpacity
)) {
537
Properties.SetObject(
PropOpacity
, (object)1.0f);
2066
object opacity = Properties.GetObject(
PropOpacity
);
2087
Properties.SetObject(
PropOpacity
, value);