8 references to IsSynchronous
PresentationCore (8)
System\Windows\InterOp\D3DImage.cs (3)
770bool isSynchronous = channel.IsSynchronous; 828if (!channel.IsSynchronous && _isDirty) 847if (!channel.IsSynchronous)
System\Windows\Media\HostVisual.cs (1)
242if (!(channel.IsSynchronous)
System\Windows\Media\Imaging\WriteableBitmap.cs (3)
1145if (!channel.IsSynchronous && _hasDirtyRects) 1171if (!channel.IsSynchronous) 1217command.UseBackBuffer = channel.IsSynchronous ? 1u : 0u;
System\Windows\Media\Visual.cs (1)
721|| channel.IsSynchronous