1 write to OpacityProperty
PresentationCore (1)
Core\CSharp\System\Windows\Media\Generated\DrawingGroup.cs (1)
934
OpacityProperty
=
7 references to OpacityProperty
PresentationCore (7)
Core\CSharp\System\Windows\Media\DrawingDrawingContext.cs (1)
875
_currentDrawingGroup.ApplyAnimationClock(DrawingGroup.
OpacityProperty
, opacityAnimations);
Core\CSharp\System\Windows\Media\DrawingGroup.cs (2)
231
if (!IsBaseValueDefault(DrawingGroup.
OpacityProperty
) ||
232
(null != AnimationStorage.GetStorage(this, DrawingGroup.
OpacityProperty
)))
Core\CSharp\System\Windows\Media\Generated\DrawingGroup.cs (4)
234
target.PropertyChanged(
OpacityProperty
);
464
return (double) GetValue(
OpacityProperty
);
468
SetValueInternal(
OpacityProperty
, value);
617
DUCE.ResourceHandle hOpacityAnimations = GetAnimationResourceHandle(
OpacityProperty
, channel);