1 write to DesiredFrameRate
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (1)
3611_rootData.DesiredFrameRate = desiredFrameRate.Value;
4 references to DesiredFrameRate
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\Clock.cs (4)
1474returnValue = _rootData.DesiredFrameRate; 1936Debug.Assert(_rootData.DesiredFrameRate > 0); 3538Debug.Assert(_rootData.DesiredFrameRate > 0); 3540Int64 desiredFrameRate = _rootData.DesiredFrameRate;