23 references to MediaSystem
PresentationCore (23)
System\Windows\InterOp\HwndTarget.cs (3)
586if (MediaSystem.ForceSoftwareRendering) 617if (MediaSystem.DisableDirtyRectangles) 751MediaSystem.ForceSoftwareRendering,
System\Windows\Media\BitmapCacheBrush.cs (1)
26MediaSystem.AssertSameContext(this, visual);
System\Windows\Media\ChannelManager.cs (4)
50System.Windows.Media.MediaSystem.ServiceChannel, 52System.Windows.Media.MediaSystem.Connection, 57System.Windows.Media.MediaSystem.ServiceChannel, 59System.Windows.Media.MediaSystem.Connection,
System\Windows\Media\MediaContext.cs (7)
20/// Use <see cref="MediaSystem.Startup"/> to start up the media system and <see cref="MediaSystem.Shutdown"/> to 210if (MediaSystem.Startup(this)) 212_isConnected = MediaSystem.ConnectChannels(this); 1257if (MediaSystem.AnimationSmoothing 1449MediaSystem.Shutdown(this); 1833MediaSystem.PropagateDirtyRectangleSettings();
System\Windows\Media\MediaContextNotificationWindow.cs (1)
151MediaSystem.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)
980MediaSystem.AssertSameContext(this, value); 1003MediaSystem.AssertSameContext(this, value);
System\Windows\Media\VisualBrush.cs (1)
41MediaSystem.AssertSameContext(this, visual);
System\Windows\Media3D\Visual3D.cs (2)
915MediaSystem.AssertSameContext(this, other); 940MediaSystem.AssertSameContext(this, other);