1 write to HasSSE2Support
PresentationCore (1)
Core\CSharp\System\Windows\Media\MediaContext.cs (1)
404HasSSE2Support = Convert.ToBoolean(caps.HasSSE2Support);
2 references to HasSSE2Support
PresentationCore (2)
Core\CSharp\System\Windows\Media\RenderCapability.cs (2)
97isSupported = mediaContext.HasSSE2Support; 112return mediaContext.HasSSE2Support;