1 write to DesiredFrameRate
PresentationCore (1)
System\Windows\Media\Animation\Clock.cs (1)
3582_rootData.DesiredFrameRate = desiredFrameRate.Value;
4 references to DesiredFrameRate
PresentationCore (4)
System\Windows\Media\Animation\Clock.cs (4)
1454returnValue = _rootData.DesiredFrameRate; 1916Debug.Assert(_rootData.DesiredFrameRate > 0); 3509Debug.Assert(_rootData.DesiredFrameRate > 0); 3511Int64 desiredFrameRate = _rootData.DesiredFrameRate;