6 references to BufferBusyDisposing
System.Drawing.Common (6)
System\Drawing\BufferedGraphicsContext.cs (6)
307
_busy =
BufferBusyDisposing
;
318
_busy =
BufferBusyDisposing
;
460
int oldBusy = Interlocked.CompareExchange(ref _busy,
BufferBusyDisposing
, BufferFree);
496
int oldBusy = Interlocked.CompareExchange(ref _busy,
BufferBusyDisposing
, BufferFree);
520
_busy =
BufferBusyDisposing
;
526
_busy =
BufferBusyDisposing
;