1 type derived from ByteStreamGeometryContext
PresentationCore (1)
Core\CSharp\System\Windows\Media\StreamGeometry.cs (1)
609
internal class StreamGeometryCallbackContext:
ByteStreamGeometryContext
4 instantiations of ByteStreamGeometryContext
PresentationCore (4)
Core\CSharp\System\Windows\Media\EllipseGeometry.cs (1)
343
ByteStreamGeometryContext ctx = new
ByteStreamGeometryContext
();
Core\CSharp\System\Windows\Media\LineGeometry.cs (1)
277
ByteStreamGeometryContext ctx = new
ByteStreamGeometryContext
();
Core\CSharp\System\Windows\Media\PathGeometry.cs (1)
1039
ByteStreamGeometryContext ctx = new
ByteStreamGeometryContext
();
Core\CSharp\System\Windows\Media\RectangleGeometry.cs (1)
438
ByteStreamGeometryContext ctx = new
ByteStreamGeometryContext
();
9 references to ByteStreamGeometryContext
PresentationCore (9)
Core\CSharp\System\Windows\Media\ByteStreamGeometryContext.cs (5)
472
byte[] chunk =
ByteStreamGeometryContext
.AcquireChunkFromPool();
506
ByteStreamGeometryContext
.ReturnChunkToPool(_chunkList[0]);
829
byte[] chunk =
ByteStreamGeometryContext
._pooledChunk;
837
ByteStreamGeometryContext
._pooledChunk = null;
850
ByteStreamGeometryContext
._pooledChunk = chunk;
Core\CSharp\System\Windows\Media\EllipseGeometry.cs (1)
343
ByteStreamGeometryContext
ctx = new ByteStreamGeometryContext();
Core\CSharp\System\Windows\Media\LineGeometry.cs (1)
277
ByteStreamGeometryContext
ctx = new ByteStreamGeometryContext();
Core\CSharp\System\Windows\Media\PathGeometry.cs (1)
1039
ByteStreamGeometryContext
ctx = new ByteStreamGeometryContext();
Core\CSharp\System\Windows\Media\RectangleGeometry.cs (1)
438
ByteStreamGeometryContext
ctx = new ByteStreamGeometryContext();