2 writes to isBestImagePng
System.Drawing (2)
commonui\System\Drawing\Icon.cs (2)
1121
isBestImagePng
= (iconSignature1 == PNGSignature1) && (iconSignature2 == PNGSignature2);
1123
isBestImagePng
= false;
2 references to isBestImagePng
System.Drawing (2)
commonui\System\Drawing\Icon.cs (2)
1117
if (!
isBestImagePng
.HasValue) {
1127
return
isBestImagePng
.Value;