4 references to OpacityField
PresentationCore (4)
System\Windows\Media\Visual.cs (4)
1331double opacity = OpacityField.GetValue(this); 3548return OpacityField.GetValue(this); 3554if (OpacityField.GetValue(this) == value) 3559OpacityField.SetValue(this, value);