3 writes to s_requestedFramesPerSecond
System.Windows.Forms.Primitives (3)
System\Windows\Forms\Animation\HighPrecisionTimer.cs (3)
59
get => Volatile.Read(ref
s_requestedFramesPerSecond
);
72
s_requestedFramesPerSecond
= value;
674
s_requestedFramesPerSecond
= MaximumFramesPerSecond;
3 references to s_requestedFramesPerSecond
System.Windows.Forms.Primitives (3)
System\Windows\Forms\Animation\HighPrecisionTimer.cs (3)
67
if (
s_requestedFramesPerSecond
== value)
164
? Math.Min(
s_requestedFramesPerSecond
, FallbackFramesPerSecond)
165
:
s_requestedFramesPerSecond
;