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