2 references to _baseValue
PresentationCore (2)
System\Windows\Media\Animation\AnimationStorage.cs (2)
305
if (
_baseValue
!= DependencyProperty.UnsetValue)
307
d.SetValue(_dependencyProperty,
_baseValue
);