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