1 write to OpacityProperty
PresentationCore (1)
Core\CSharp\System\Windows\Media\Generated\DrawingGroup.cs (1)
934OpacityProperty =
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)
231if (!IsBaseValueDefault(DrawingGroup.OpacityProperty) || 232(null != AnimationStorage.GetStorage(this, DrawingGroup.OpacityProperty)))
Core\CSharp\System\Windows\Media\Generated\DrawingGroup.cs (4)
234target.PropertyChanged(OpacityProperty); 464return (double) GetValue(OpacityProperty); 468SetValueInternal(OpacityProperty, value); 617DUCE.ResourceHandle hOpacityAnimations = GetAnimationResourceHandle(OpacityProperty, channel);