1 write to _targetGraphics
System.Drawing.Common (1)
System\Drawing\BufferedGraphics.cs (1)
32
_targetGraphics
= targetGraphics;
2 references to _targetGraphics
System.Drawing.Common (2)
System\Drawing\BufferedGraphics.cs (2)
120
if (
_targetGraphics
is not null)
122
Render(
_targetGraphics
);