8 references to IsSynchronous
PresentationCore (8)
Core\CSharp\System\Windows\Interop\D3DImage.cs (3)
865bool isSynchronous = channel.IsSynchronous; 924if (!channel.IsSynchronous && _isDirty) 943if (!channel.IsSynchronous)
Core\CSharp\System\Windows\Media\HostVisual.cs (1)
255if (!(channel.IsSynchronous)
Core\CSharp\System\Windows\Media\Imaging\WriteableBitmap.cs (3)
1366if (!channel.IsSynchronous && _hasDirtyRects) 1392if (!channel.IsSynchronous) 1444command.UseBackBuffer = channel.IsSynchronous ? 1u : 0u;
Core\CSharp\System\Windows\Media\Visual.cs (1)
747|| channel.IsSynchronous