1 write to _dependencyProperty
PresentationCore (1)
System\Windows\Media\Animation\AnimationStorage.cs (1)
136_dependencyProperty = dp;
30 references to _dependencyProperty
PresentationCore (30)
System\Windows\Media\Animation\AnimationStorage.cs (21)
121Debug.Assert(_dependencyProperty == null); 177|| animatedPropertyMap[_dependencyProperty.GlobalIndex] == DependencyProperty.UnsetValue) 196animatedPropertyMap[_dependencyProperty.GlobalIndex] = this; 249Debug.Assert(animatedPropertyMap[_dependencyProperty.GlobalIndex] != DependencyProperty.UnsetValue); 290animatedPropertyMap[_dependencyProperty.GlobalIndex] = DependencyProperty.UnsetValue; 307d.SetValue(_dependencyProperty, _baseValue); 313d.InvalidateProperty(_dependencyProperty); 337object animatedValue = GetCurrentPropertyValue(this, d, _dependencyProperty, metadata, value); 339if (!_dependencyProperty.IsValidValueInternal(animatedValue)) 346_dependencyProperty.Name, 377targetDO.LookupEntry(_dependencyProperty.GlobalIndex), 378_dependencyProperty, 436PropertyMetadata metadata = _dependencyProperty.GetMetadata(targetDO.DependencyObjectType); 437object animatedValue = AnimationStorage.GetCurrentPropertyValue(this, targetDO, _dependencyProperty, metadata, value); 439if (_dependencyProperty.IsValidValueInternal(animatedValue)) 446targetDO.LookupEntry(_dependencyProperty.GlobalIndex), 447_dependencyProperty, 464_dependencyProperty); 479_dependencyProperty); 492_dependencyProperty, 496_dependencyProperty.Name,
System\Windows\Media\Animation\Generated\ColorIndependentAnimationStorage.cs (1)
45Color tempValue = (Color)dobj.GetValue(_dependencyProperty);
System\Windows\Media\Animation\Generated\DoubleIndependentAnimationStorage.cs (1)
45Double tempValue = (Double)dobj.GetValue(_dependencyProperty);
System\Windows\Media\Animation\Generated\MatrixIndependentAnimationStorage.cs (1)
45Matrix tempValue = (Matrix)dobj.GetValue(_dependencyProperty);
System\Windows\Media\Animation\Generated\Point3DIndependentAnimationStorage.cs (1)
46Point3D tempValue = (Point3D)dobj.GetValue(_dependencyProperty);
System\Windows\Media\Animation\Generated\PointIndependentAnimationStorage.cs (1)
45Point tempValue = (Point)dobj.GetValue(_dependencyProperty);
System\Windows\Media\Animation\Generated\QuaternionIndependentAnimationStorage.cs (1)
46Quaternion tempValue = (Quaternion)dobj.GetValue(_dependencyProperty);
System\Windows\Media\Animation\Generated\RectIndependentAnimationStorage.cs (1)
45Rect tempValue = (Rect)dobj.GetValue(_dependencyProperty);
System\Windows\Media\Animation\Generated\SizeIndependentAnimationStorage.cs (1)
45Size tempValue = (Size)dobj.GetValue(_dependencyProperty);
System\Windows\Media\Animation\Generated\Vector3DIndependentAnimationStorage.cs (1)
46Vector3D tempValue = (Vector3D)dobj.GetValue(_dependencyProperty);