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