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)
765defaultDestinationValue = currentLayer.GetCurrentValue(defaultDestinationValue); 953currentPropertyValue = layers[i].GetCurrentValue(currentPropertyValue);