23 references to MediaSystem
PresentationCore (23)
System\Windows\InterOp\HwndTarget.cs (3)
587if (MediaSystem.ForceSoftwareRendering) 618if (MediaSystem.DisableDirtyRectangles) 752MediaSystem.ForceSoftwareRendering,
System\Windows\Media\BitmapCacheBrush.cs (1)
27MediaSystem.AssertSameContext(this, visual);
System\Windows\Media\ChannelManager.cs (4)
51System.Windows.Media.MediaSystem.ServiceChannel, 53System.Windows.Media.MediaSystem.Connection, 58System.Windows.Media.MediaSystem.ServiceChannel, 60System.Windows.Media.MediaSystem.Connection,
System\Windows\Media\MediaContext.cs (7)
21/// Use <see cref="MediaSystem.Startup"/> to start up the media system and <see cref="MediaSystem.Shutdown"/> to 211if (MediaSystem.Startup(this)) 213_isConnected = MediaSystem.ConnectChannels(this); 1261if (MediaSystem.AnimationSmoothing 1453MediaSystem.Shutdown(this); 1837MediaSystem.PropagateDirtyRectangleSettings();
System\Windows\Media\MediaContextNotificationWindow.cs (1)
152MediaSystem.NotifyRedirectionEnvironmentChanged();
System\Windows\Media\MediaSystem.cs (2)
23/// Use <see cref="MediaSystem.Startup"/> to start up the media system and <see cref="MediaSystem.Shutdown"/> to
System\Windows\Media\Visual.cs (2)
983MediaSystem.AssertSameContext(this, value); 1006MediaSystem.AssertSameContext(this, value);
System\Windows\Media\VisualBrush.cs (1)
42MediaSystem.AssertSameContext(this, visual);
System\Windows\Media3D\Visual3D.cs (2)
916MediaSystem.AssertSameContext(this, other); 941MediaSystem.AssertSameContext(this, other);