5 references to FromPercent
PresentationCore (3)
System\Windows\Media\Animation\KeyTimeConverter.cs (3)
97
return KeyTime.
FromPercent
(0.0);
101
return KeyTime.
FromPercent
(1.0);
105
return KeyTime.
FromPercent
(doubleValue / 100.0);
PresentationFramework (2)
System\windows\Documents\CaretElement.cs (2)
915
blinkAnimation.KeyFrames.Add(new DiscreteDoubleKeyFrame(1, KeyTime.
FromPercent
(0.0)));
916
blinkAnimation.KeyFrames.Add(new DiscreteDoubleKeyFrame(0, KeyTime.
FromPercent
(0.5)));