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