1 write to _nativeGraphicsContainer
System.Drawing.Common (1)
System\Drawing\Drawing2D\GraphicsContainer.cs (1)
8
internal GraphicsContainer(int graphicsContainer) =>
_nativeGraphicsContainer
= graphicsContainer;
2 references to _nativeGraphicsContainer
System.Drawing.Common (2)
System\Drawing\Graphics.cs (2)
3506
CheckStatus(PInvokeGdiPlus.GdipEndContainer(NativeGraphics, (uint)container.
_nativeGraphicsContainer
));
3507
PopContext(container.
_nativeGraphicsContainer
);