1 write to _disposed
PresentationCore (1)
System\Windows\Media\ByteStreamGeometryContext.cs (1)
342
_disposed
= true;
2 references to _disposed
PresentationCore (2)
System\Windows\Media\ByteStreamGeometryContext.cs (2)
299
ObjectDisposedException.ThrowIf(
_disposed
, typeof(ByteStreamGeometryContext));
319
if (!
_disposed
)