3 references to s_propOpacity
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (3)
373
Properties.RemoveValue(
s_propOpacity
);
1573
get => Properties.GetValueOrDefault(
s_propOpacity
, 1.0d);
1578
Properties.AddOrRemoveValue(
s_propOpacity
, value, defaultValue: 1.0d);