1 write to _bestBitDepth
System.Drawing.Common (1)
System\Drawing\Icon.cs (1)
510_bestBitDepth = iconBitDepth;
5 references to _bestBitDepth
System.Drawing.Common (5)
System\Drawing\Icon.cs (5)
497&& ((iconBitDepth <= s_bitDepth && iconBitDepth > _bestBitDepth) 498|| (_bestBitDepth > s_bitDepth && iconBitDepth < _bestBitDepth)))) 628if (_iconData is not null && _bestBitDepth == 32) 661else if (_bestBitDepth is 0 or 32)