2 writes to cachedHDCSize
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStrip.cs (2)
5248
cachedHDCSize
= bitmapSize;
5269
cachedHDCSize
= Size.Empty;
2 references to cachedHDCSize
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStrip.cs (2)
5226
if ((
cachedHDCSize
.Width < bitmapSize.Width)
5227
|| (
cachedHDCSize
.Height < bitmapSize.Height)) {