8 references to IsSynchronous
PresentationCore (8)
System\Windows\InterOp\D3DImage.cs (3)
790bool isSynchronous = channel.IsSynchronous; 849if (!channel.IsSynchronous && _isDirty) 868if (!channel.IsSynchronous)
System\Windows\Media\HostVisual.cs (1)
259if (!(channel.IsSynchronous)
System\Windows\Media\Imaging\WriteableBitmap.cs (3)
1177if (!channel.IsSynchronous && _hasDirtyRects) 1203if (!channel.IsSynchronous) 1249command.UseBackBuffer = channel.IsSynchronous ? 1u : 0u;
System\Windows\Media\Visual.cs (1)
741|| channel.IsSynchronous