1 write to OpacityProperty
PresentationCore (1)
System\Windows\Media\Generated\DrawingGroup.cs (1)
889
OpacityProperty
=
7 references to OpacityProperty
PresentationCore (7)
System\Windows\Media\DrawingDrawingContext.cs (1)
850
_currentDrawingGroup.ApplyAnimationClock(DrawingGroup.
OpacityProperty
, opacityAnimations);
System\Windows\Media\DrawingGroup.cs (2)
226
if (!IsBaseValueDefault(DrawingGroup.
OpacityProperty
) ||
227
(null != AnimationStorage.GetStorage(this, DrawingGroup.
OpacityProperty
)))
System\Windows\Media\Generated\DrawingGroup.cs (4)
220
target.PropertyChanged(
OpacityProperty
);
430
return (double) GetValue(
OpacityProperty
);
434
SetValueInternal(
OpacityProperty
, value);
577
DUCE.ResourceHandle hOpacityAnimations = GetAnimationResourceHandle(
OpacityProperty
, channel);