5 references to IsClockSupported
PresentationCore (5)
Core\CSharp\System\Windows\Media\Animation\TimeManager.cs (1)
114
if (MediaContext.
IsClockSupported
)
Core\CSharp\System\Windows\Media\MediaContext.cs (4)
60
if (
IsClockSupported
)
216
if (
IsClockSupported
)
1122
Debug.Assert(
IsClockSupported
, "MediaContext.CurrentTime called when QueryPerformaceCounter is not supported");
1309
&&
IsClockSupported
)