2 references to DesiredFrameRateProperty
PresentationCore (2)
System\Windows\Media\Animation\Timeline.cs (2)
378
return (Int32?)timeline.GetValue(
DesiredFrameRateProperty
);
391
timeline.SetValue(
DesiredFrameRateProperty
, desiredFrameRate);