1 write to DesiredFrameRate
PresentationCore (1)
System\Windows\Media\Animation\Clock.cs (1)
3603_rootData.DesiredFrameRate = desiredFrameRate.Value;
4 references to DesiredFrameRate
PresentationCore (4)
System\Windows\Media\Animation\Clock.cs (4)
1471returnValue = _rootData.DesiredFrameRate; 1933Debug.Assert(_rootData.DesiredFrameRate > 0); 3530Debug.Assert(_rootData.DesiredFrameRate > 0); 3532Int64 desiredFrameRate = _rootData.DesiredFrameRate;