2 writes to _isBestImagePng
System.Drawing.Common (2)
System\Drawing\Icon.cs (2)
774
_isBestImagePng
= (iconSignature1 == PNGSignature1) && (iconSignature2 == PNGSignature2);
778
_isBestImagePng
= false;
2 references to _isBestImagePng
System.Drawing.Common (2)
System\Drawing\Icon.cs (2)
768
if (!
_isBestImagePng
.HasValue)
782
return
_isBestImagePng
.Value;