4 references to OpacityField
PresentationCore (4)
System\Windows\Media\Visual.cs (4)
1309
double opacity =
OpacityField
.GetValue(this);
3523
return
OpacityField
.GetValue(this);
3529
if (
OpacityField
.GetValue(this) == value)
3534
OpacityField
.SetValue(this, value);