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)
1474
returnValue = _rootData.
DesiredFrameRate
;
1936
Debug.Assert(_rootData.
DesiredFrameRate
> 0);
3538
Debug.Assert(_rootData.
DesiredFrameRate
> 0);
3540
Int64 desiredFrameRate = _rootData.
DesiredFrameRate
;