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