1 write to OpacityProperty
PresentationCore (1)
System\Windows\Media\Generated\DrawingGroup.cs (1)
863OpacityProperty =
7 references to OpacityProperty
PresentationCore (7)
System\Windows\Media\DrawingDrawingContext.cs (1)
838_currentDrawingGroup.ApplyAnimationClock(DrawingGroup.OpacityProperty, opacityAnimations);
System\Windows\Media\DrawingGroup.cs (2)
197if (!IsBaseValueDefault(DrawingGroup.OpacityProperty) || 198(null != AnimationStorage.GetStorage(this, DrawingGroup.OpacityProperty)))
System\Windows\Media\Generated\DrawingGroup.cs (4)
194target.PropertyChanged(OpacityProperty); 404return (double) GetValue(OpacityProperty); 408SetValueInternal(OpacityProperty, value); 551DUCE.ResourceHandle hOpacityAnimations = GetAnimationResourceHandle(OpacityProperty, channel);