4 references to s_propTransparencyKey
System.Windows.Forms (4)
System\Windows\Forms\Form.cs (4)
375
if (Properties.ContainsKey(
s_propTransparencyKey
))
377
Properties.AddValue(
s_propTransparencyKey
, Color.Empty);
2006
get => Properties.GetValueOrDefault(
s_propTransparencyKey
, Color.Empty);
2009
Properties.AddOrRemoveValue(
s_propTransparencyKey
, value, defaultValue: Color.Empty);