3 references to GetCurrentValue
PresentationCore (3)
Core\CSharp\System\Windows\Media\Animation\AnimationLayer.cs (1)
54
_snapshotValue =
GetCurrentValue
(defaultDestinationValue);
Core\CSharp\System\Windows\Media\Animation\AnimationStorage.cs (2)
765
defaultDestinationValue = currentLayer.
GetCurrentValue
(defaultDestinationValue);
953
currentPropertyValue = layers[i].
GetCurrentValue
(currentPropertyValue);