4 references to OpacityField
PresentationCore (4)
System\Windows\Media\Visual.cs (4)
1312
double opacity =
OpacityField
.GetValue(this);
3526
return
OpacityField
.GetValue(this);
3532
if (
OpacityField
.GetValue(this) == value)
3537
OpacityField
.SetValue(this, value);