3 references to GetCurrentValue
PresentationCore (3)
System\Windows\Media\Animation\AnimationLayer.cs (1)
53
_snapshotValue =
GetCurrentValue
(defaultDestinationValue);
System\Windows\Media\Animation\AnimationStorage.cs (2)
761
defaultDestinationValue = currentLayer.
GetCurrentValue
(defaultDestinationValue);
949
currentPropertyValue = layers[i].
GetCurrentValue
(currentPropertyValue);