1 write to _backingImage
System.Drawing.Common (1)
System\Drawing\Graphics.cs (1)
139
return new Graphics(nativeGraphics) {
_backingImage
= image };
3 references to _backingImage
System.Drawing.Common (3)
System\Drawing\Graphics.cs (3)
2883
if (
_backingImage
is not null)
2906
if (
_backingImage
is not null)
2929
if (
_backingImage
is not null)