23 references to MediaSystem
PresentationCore (23)
System\Windows\InterOp\HwndTarget.cs (3)
593if (MediaSystem.ForceSoftwareRendering) 624if (MediaSystem.DisableDirtyRectangles) 758MediaSystem.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)
43/// Use <see cref="MediaSystem.Startup"/> to start up the media system and <see cref="MediaSystem.Shutdown"/> to 233if (MediaSystem.Startup(this)) 235_isConnected = MediaSystem.ConnectChannels(this); 1283if (MediaSystem.AnimationSmoothing 1475MediaSystem.Shutdown(this); 1861MediaSystem.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)
1002MediaSystem.AssertSameContext(this, value); 1025MediaSystem.AssertSameContext(this, value);
System\Windows\Media\VisualBrush.cs (1)
51MediaSystem.AssertSameContext(this, visual);
System\Windows\Media3D\Visual3D.cs (2)
926MediaSystem.AssertSameContext(this, other); 951MediaSystem.AssertSameContext(this, other);