1 write to _dependencyProperty
PresentationCore (1)
System\Windows\Media\Animation\AnimationStorage.cs (1)
139_dependencyProperty = dp;
30 references to _dependencyProperty
PresentationCore (30)
System\Windows\Media\Animation\AnimationStorage.cs (21)
124Debug.Assert(_dependencyProperty == null); 180|| animatedPropertyMap[_dependencyProperty.GlobalIndex] == DependencyProperty.UnsetValue) 199animatedPropertyMap[_dependencyProperty.GlobalIndex] = this; 252Debug.Assert(animatedPropertyMap[_dependencyProperty.GlobalIndex] != DependencyProperty.UnsetValue); 293animatedPropertyMap[_dependencyProperty.GlobalIndex] = DependencyProperty.UnsetValue; 310d.SetValue(_dependencyProperty, _baseValue); 316d.InvalidateProperty(_dependencyProperty); 340object animatedValue = GetCurrentPropertyValue(this, d, _dependencyProperty, metadata, value); 342if (!_dependencyProperty.IsValidValueInternal(animatedValue)) 349_dependencyProperty.Name, 380targetDO.LookupEntry(_dependencyProperty.GlobalIndex), 381_dependencyProperty, 439PropertyMetadata metadata = _dependencyProperty.GetMetadata(targetDO.DependencyObjectType); 440object animatedValue = AnimationStorage.GetCurrentPropertyValue(this, targetDO, _dependencyProperty, metadata, value); 442if (_dependencyProperty.IsValidValueInternal(animatedValue)) 449targetDO.LookupEntry(_dependencyProperty.GlobalIndex), 450_dependencyProperty, 467_dependencyProperty); 482_dependencyProperty); 495_dependencyProperty, 499_dependencyProperty.Name,
System\Windows\Media\Animation\Generated\ColorIndependentAnimationStorage.cs (1)
54Color tempValue = (Color)dobj.GetValue(_dependencyProperty);
System\Windows\Media\Animation\Generated\DoubleIndependentAnimationStorage.cs (1)
54Double tempValue = (Double)dobj.GetValue(_dependencyProperty);
System\Windows\Media\Animation\Generated\MatrixIndependentAnimationStorage.cs (1)
54Matrix tempValue = (Matrix)dobj.GetValue(_dependencyProperty);
System\Windows\Media\Animation\Generated\Point3DIndependentAnimationStorage.cs (1)
54Point3D tempValue = (Point3D)dobj.GetValue(_dependencyProperty);
System\Windows\Media\Animation\Generated\PointIndependentAnimationStorage.cs (1)
54Point tempValue = (Point)dobj.GetValue(_dependencyProperty);
System\Windows\Media\Animation\Generated\QuaternionIndependentAnimationStorage.cs (1)
54Quaternion tempValue = (Quaternion)dobj.GetValue(_dependencyProperty);
System\Windows\Media\Animation\Generated\RectIndependentAnimationStorage.cs (1)
54Rect tempValue = (Rect)dobj.GetValue(_dependencyProperty);
System\Windows\Media\Animation\Generated\SizeIndependentAnimationStorage.cs (1)
54Size tempValue = (Size)dobj.GetValue(_dependencyProperty);
System\Windows\Media\Animation\Generated\Vector3DIndependentAnimationStorage.cs (1)
54Vector3D tempValue = (Vector3D)dobj.GetValue(_dependencyProperty);