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; 246Debug.Assert(animatedPropertyMap[_dependencyProperty.GlobalIndex] != DependencyProperty.UnsetValue); 284animatedPropertyMap[_dependencyProperty.GlobalIndex] = DependencyProperty.UnsetValue; 301d.SetValue(_dependencyProperty, _baseValue); 307d.InvalidateProperty(_dependencyProperty); 331object animatedValue = GetCurrentPropertyValue(this, d, _dependencyProperty, metadata, value); 333if (!_dependencyProperty.IsValidValueInternal(animatedValue)) 340_dependencyProperty.Name, 371targetDO.LookupEntry(_dependencyProperty.GlobalIndex), 372_dependencyProperty, 432PropertyMetadata metadata = _dependencyProperty.GetMetadata(targetDO.DependencyObjectType); 433object animatedValue = AnimationStorage.GetCurrentPropertyValue(this, targetDO, _dependencyProperty, metadata, value); 435if (_dependencyProperty.IsValidValueInternal(animatedValue)) 442targetDO.LookupEntry(_dependencyProperty.GlobalIndex), 443_dependencyProperty, 460_dependencyProperty); 475_dependencyProperty); 488_dependencyProperty, 492_dependencyProperty.Name,
System\Windows\Media\Animation\Generated\ColorIndependentAnimationStorage.cs (1)
46Color tempValue = (Color)dobj.GetValue(_dependencyProperty);
System\Windows\Media\Animation\Generated\DoubleIndependentAnimationStorage.cs (1)
46Double tempValue = (Double)dobj.GetValue(_dependencyProperty);
System\Windows\Media\Animation\Generated\MatrixIndependentAnimationStorage.cs (1)
46Matrix 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)
46Point 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)
46Rect tempValue = (Rect)dobj.GetValue(_dependencyProperty);
System\Windows\Media\Animation\Generated\SizeIndependentAnimationStorage.cs (1)
46Size tempValue = (Size)dobj.GetValue(_dependencyProperty);
System\Windows\Media\Animation\Generated\Vector3DIndependentAnimationStorage.cs (1)
46Vector3D tempValue = (Vector3D)dobj.GetValue(_dependencyProperty);