4 references to OpacityField
PresentationCore (4)
Core\CSharp\System\Windows\Media\Visual.cs (4)
1338
double opacity =
OpacityField
.GetValue(this);
3572
return
OpacityField
.GetValue(this);
3578
if (
OpacityField
.GetValue(this) == value)
3583
OpacityField
.SetValue(this, value);