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