21 references to MediaSystem
PresentationCore (21)
Core\CSharp\System\Windows\Interop\HwndTarget.cs (2)
652if (MediaSystem.ForceSoftwareRendering) 832MediaSystem.ForceSoftwareRendering,
Core\CSharp\System\Windows\Media\BitmapCacheBrush.cs (1)
37MediaSystem.AssertSameContext(this, visual);
Core\CSharp\System\Windows\Media\ChannelManager.cs (4)
77System.Windows.Media.MediaSystem.ServiceChannel, 79System.Windows.Media.MediaSystem.Connection, 84System.Windows.Media.MediaSystem.ServiceChannel, 86System.Windows.Media.MediaSystem.Connection,
Core\CSharp\System\Windows\Media\MediaContext.cs (6)
45/// Use <see cref="MediaSystem.Startup"/> to start up the media system and <see cref="MediaSystem.Shutdown"/> to 235if (MediaSystem.Startup(this)) 237_isConnected = MediaSystem.ConnectChannels(this); 1307if (MediaSystem.AnimationSmoothing 1513MediaSystem.Shutdown(this);
Core\CSharp\System\Windows\Media\MediaContextNotificationWindow.cs (1)
208MediaSystem.NotifyRedirectionEnvironmentChanged();
Core\CSharp\System\Windows\Media\MediaSystem.cs (2)
37/// Use <see cref="MediaSystem.Startup"/> to start up the media system and <see cref="MediaSystem.Shutdown"/> to
Core\CSharp\System\Windows\Media\Visual.cs (2)
1009MediaSystem.AssertSameContext(this, value); 1032MediaSystem.AssertSameContext(this, value);
Core\CSharp\System\Windows\Media\VisualBrush.cs (1)
53MediaSystem.AssertSameContext(this, visual);
Core\CSharp\System\Windows\Media3D\Visual3D.cs (2)
940MediaSystem.AssertSameContext(this, other); 965MediaSystem.AssertSameContext(this, other);