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