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