5 references to IsClockSupported
PresentationCore (5)
System\Windows\Media\Animation\TimeManager.cs (1)
111
if (MediaContext.
IsClockSupported
)
System\Windows\Media\MediaContext.cs (4)
57
if (
IsClockSupported
)
213
if (
IsClockSupported
)
1102
Debug.Assert(
IsClockSupported
, "MediaContext.CurrentTime called when QueryPerformaceCounter is not supported");
1284
&&
IsClockSupported
)