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)
768if (!_isBestImagePng.HasValue) 782return _isBestImagePng.Value;