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