21 references to MediaSystem
PresentationCore (21)
Core\CSharp\System\Windows\Interop\HwndTarget.cs (2)
652
if (
MediaSystem
.ForceSoftwareRendering)
832
MediaSystem
.ForceSoftwareRendering,
Core\CSharp\System\Windows\Media\BitmapCacheBrush.cs (1)
37
MediaSystem
.AssertSameContext(this, visual);
Core\CSharp\System\Windows\Media\ChannelManager.cs (4)
77
System.Windows.Media.
MediaSystem
.ServiceChannel,
79
System.Windows.Media.
MediaSystem
.Connection,
84
System.Windows.Media.
MediaSystem
.ServiceChannel,
86
System.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
235
if (
MediaSystem
.Startup(this))
237
_isConnected =
MediaSystem
.ConnectChannels(this);
1307
if (
MediaSystem
.AnimationSmoothing
1513
MediaSystem
.Shutdown(this);
Core\CSharp\System\Windows\Media\MediaContextNotificationWindow.cs (1)
208
MediaSystem
.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)
1009
MediaSystem
.AssertSameContext(this, value);
1032
MediaSystem
.AssertSameContext(this, value);
Core\CSharp\System\Windows\Media\VisualBrush.cs (1)
53
MediaSystem
.AssertSameContext(this, visual);
Core\CSharp\System\Windows\Media3D\Visual3D.cs (2)
940
MediaSystem
.AssertSameContext(this, other);
965
MediaSystem
.AssertSameContext(this, other);