5 references to IsClockSupported
PresentationCore (5)
System\Windows\Media\Animation\TimeManager.cs (1)
96
if (MediaContext.
IsClockSupported
)
System\Windows\Media\MediaContext.cs (4)
35
if (
IsClockSupported
)
191
if (
IsClockSupported
)
1077
Debug.Assert(
IsClockSupported
, "MediaContext.CurrentTime called when QueryPerformaceCounter is not supported");
1259
&&
IsClockSupported
)