1 write to DesiredFrameRate
PresentationCore (1)
System\Windows\Media\Animation\Clock.cs (1)
3590_rootData.DesiredFrameRate = desiredFrameRate.Value;
4 references to DesiredFrameRate
PresentationCore (4)
System\Windows\Media\Animation\Clock.cs (4)
1458returnValue = _rootData.DesiredFrameRate; 1920Debug.Assert(_rootData.DesiredFrameRate > 0); 3517Debug.Assert(_rootData.DesiredFrameRate > 0); 3519Int64 desiredFrameRate = _rootData.DesiredFrameRate;