5 references to IsClockSupported
PresentationCore (5)
System\Windows\Media\Animation\TimeManager.cs (1)
97
if (MediaContext.
IsClockSupported
)
System\Windows\Media\MediaContext.cs (4)
36
if (
IsClockSupported
)
192
if (
IsClockSupported
)
1081
Debug.Assert(
IsClockSupported
, "MediaContext.CurrentTime called when QueryPerformaceCounter is not supported");
1263
&&
IsClockSupported
)