1 write to OpacityProperty
PresentationCore (1)
System\Windows\Media\Generated\DrawingGroup.cs (1)
897OpacityProperty =
7 references to OpacityProperty
PresentationCore (7)
System\Windows\Media\DrawingDrawingContext.cs (1)
837_currentDrawingGroup.ApplyAnimationClock(DrawingGroup.OpacityProperty, opacityAnimations);
System\Windows\Media\DrawingGroup.cs (2)
196if (!IsBaseValueDefault(DrawingGroup.OpacityProperty) || 197(null != AnimationStorage.GetStorage(this, DrawingGroup.OpacityProperty)))
System\Windows\Media\Generated\DrawingGroup.cs (4)
210target.PropertyChanged(OpacityProperty); 440return (double) GetValue(OpacityProperty); 444SetValueInternal(OpacityProperty, value); 587DUCE.ResourceHandle hOpacityAnimations = GetAnimationResourceHandle(OpacityProperty, channel);