23 references to MediaSystem
PresentationCore (23)
System\Windows\InterOp\HwndTarget.cs (3)
602if (MediaSystem.ForceSoftwareRendering) 633if (MediaSystem.DisableDirtyRectangles) 767MediaSystem.ForceSoftwareRendering,
System\Windows\Media\BitmapCacheBrush.cs (1)
35MediaSystem.AssertSameContext(this, visual);
System\Windows\Media\ChannelManager.cs (4)
70System.Windows.Media.MediaSystem.ServiceChannel, 72System.Windows.Media.MediaSystem.Connection, 77System.Windows.Media.MediaSystem.ServiceChannel, 79System.Windows.Media.MediaSystem.Connection,
System\Windows\Media\MediaContext.cs (7)
42/// Use <see cref="MediaSystem.Startup"/> to start up the media system and <see cref="MediaSystem.Shutdown"/> to 232if (MediaSystem.Startup(this)) 234_isConnected = MediaSystem.ConnectChannels(this); 1282if (MediaSystem.AnimationSmoothing 1474MediaSystem.Shutdown(this); 1858MediaSystem.PropagateDirtyRectangleSettings();
System\Windows\Media\MediaContextNotificationWindow.cs (1)
169MediaSystem.NotifyRedirectionEnvironmentChanged();
System\Windows\Media\MediaSystem.cs (2)
36/// Use <see cref="MediaSystem.Startup"/> to start up the media system and <see cref="MediaSystem.Shutdown"/> to
System\Windows\Media\Visual.cs (2)
999MediaSystem.AssertSameContext(this, value); 1022MediaSystem.AssertSameContext(this, value);
System\Windows\Media\VisualBrush.cs (1)
51MediaSystem.AssertSameContext(this, visual);
System\Windows\Media3D\Visual3D.cs (2)
924MediaSystem.AssertSameContext(this, other); 949MediaSystem.AssertSameContext(this, other);