3 references to s_propOpacity
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (3)
85
Properties.RemoveValue(
s_propOpacity
);
568
get => Properties.GetValueOrDefault(
s_propOpacity
, 1.0d);
573
Properties.AddOrRemoveValue(
s_propOpacity
, value, 1.0d);