1 write to _dependencyProperty
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\AnimationStorage.cs (1)
137_dependencyProperty = dp;
30 references to _dependencyProperty
PresentationCore (30)
Core\CSharp\System\Windows\Media\Animation\AnimationStorage.cs (21)
122Debug.Assert(_dependencyProperty == null); 178|| animatedPropertyMap[_dependencyProperty.GlobalIndex] == DependencyProperty.UnsetValue) 197animatedPropertyMap[_dependencyProperty.GlobalIndex] = this; 250Debug.Assert(animatedPropertyMap[_dependencyProperty.GlobalIndex] != DependencyProperty.UnsetValue); 291animatedPropertyMap[_dependencyProperty.GlobalIndex] = DependencyProperty.UnsetValue; 308d.SetValue(_dependencyProperty, _baseValue); 314d.InvalidateProperty(_dependencyProperty); 338object animatedValue = GetCurrentPropertyValue(this, d, _dependencyProperty, metadata, value); 340if (!_dependencyProperty.IsValidValueInternal(animatedValue)) 347_dependencyProperty.Name, 378targetDO.LookupEntry(_dependencyProperty.GlobalIndex), 379_dependencyProperty, 437PropertyMetadata metadata = _dependencyProperty.GetMetadata(targetDO.DependencyObjectType); 438object animatedValue = AnimationStorage.GetCurrentPropertyValue(this, targetDO, _dependencyProperty, metadata, value); 440if (_dependencyProperty.IsValidValueInternal(animatedValue)) 447targetDO.LookupEntry(_dependencyProperty.GlobalIndex), 448_dependencyProperty, 465_dependencyProperty); 480_dependencyProperty); 493_dependencyProperty, 497_dependencyProperty.Name,
Core\CSharp\System\Windows\Media\Animation\Generated\ColorIndependentAnimationStorage.cs (1)
61Color tempValue = (Color)dobj.GetValue(_dependencyProperty);
Core\CSharp\System\Windows\Media\Animation\Generated\DoubleIndependentAnimationStorage.cs (1)
61Double tempValue = (Double)dobj.GetValue(_dependencyProperty);
Core\CSharp\System\Windows\Media\Animation\Generated\MatrixIndependentAnimationStorage.cs (1)
61Matrix tempValue = (Matrix)dobj.GetValue(_dependencyProperty);
Core\CSharp\System\Windows\Media\Animation\Generated\Point3DIndependentAnimationStorage.cs (1)
61Point3D tempValue = (Point3D)dobj.GetValue(_dependencyProperty);
Core\CSharp\System\Windows\Media\Animation\Generated\PointIndependentAnimationStorage.cs (1)
61Point tempValue = (Point)dobj.GetValue(_dependencyProperty);
Core\CSharp\System\Windows\Media\Animation\Generated\QuaternionIndependentAnimationStorage.cs (1)
61Quaternion tempValue = (Quaternion)dobj.GetValue(_dependencyProperty);
Core\CSharp\System\Windows\Media\Animation\Generated\RectIndependentAnimationStorage.cs (1)
61Rect tempValue = (Rect)dobj.GetValue(_dependencyProperty);
Core\CSharp\System\Windows\Media\Animation\Generated\SizeIndependentAnimationStorage.cs (1)
61Size tempValue = (Size)dobj.GetValue(_dependencyProperty);
Core\CSharp\System\Windows\Media\Animation\Generated\Vector3DIndependentAnimationStorage.cs (1)
61Vector3D tempValue = (Vector3D)dobj.GetValue(_dependencyProperty);