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