1 write to _dependencyProperty
PresentationCore (1)
System\Windows\Media\Animation\AnimationStorage.cs (1)
135_dependencyProperty = dp;
30 references to _dependencyProperty
PresentationCore (30)
System\Windows\Media\Animation\AnimationStorage.cs (21)
120Debug.Assert(_dependencyProperty == null); 176|| animatedPropertyMap[_dependencyProperty.GlobalIndex] == DependencyProperty.UnsetValue) 195animatedPropertyMap[_dependencyProperty.GlobalIndex] = this; 245Debug.Assert(animatedPropertyMap[_dependencyProperty.GlobalIndex] != DependencyProperty.UnsetValue); 283animatedPropertyMap[_dependencyProperty.GlobalIndex] = DependencyProperty.UnsetValue; 300d.SetValue(_dependencyProperty, _baseValue); 306d.InvalidateProperty(_dependencyProperty); 330object animatedValue = GetCurrentPropertyValue(this, d, _dependencyProperty, metadata, value); 332if (!_dependencyProperty.IsValidValueInternal(animatedValue)) 339_dependencyProperty.Name, 370targetDO.LookupEntry(_dependencyProperty.GlobalIndex), 371_dependencyProperty, 431PropertyMetadata metadata = _dependencyProperty.GetMetadata(targetDO.DependencyObjectType); 432object animatedValue = AnimationStorage.GetCurrentPropertyValue(this, targetDO, _dependencyProperty, metadata, value); 434if (_dependencyProperty.IsValidValueInternal(animatedValue)) 441targetDO.LookupEntry(_dependencyProperty.GlobalIndex), 442_dependencyProperty, 459_dependencyProperty); 474_dependencyProperty); 487_dependencyProperty, 491_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)
45Point3D 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)
45Quaternion 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)
45Vector3D tempValue = (Vector3D)dobj.GetValue(_dependencyProperty);