5 references to FromPercent
PresentationCore (3)
Core\CSharp\System\Windows\Media\Animation\KeyTimeConverter.cs (3)
104return KeyTime.FromPercent(0.0); 108return KeyTime.FromPercent(1.0); 112return KeyTime.FromPercent(doubleValue / 100.0);
PresentationFramework (2)
src\Framework\System\windows\Documents\CaretElement.cs (2)
919blinkAnimation.KeyFrames.Add(new DiscreteDoubleKeyFrame(1, KeyTime.FromPercent(0.0))); 920blinkAnimation.KeyFrames.Add(new DiscreteDoubleKeyFrame(0, KeyTime.FromPercent(0.5)));