1 write to s_imageSize
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (1)
530s_imageSize = ScaleHelper.ScaleToInitialSystemDpi(LogicalImageSize);
5 references to s_imageSize
System.Windows.Forms (5)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyDescriptorGridEntry.cs (5)
537rect.Right - ((s_imageSize + 1) * (i + 1)), 538(rect.Height - s_imageSize) / 2, 539s_imageSize, 540s_imageSize); 546ownerGridView.LabelPaintMargin = (s_imageSize + 1) * _propertyValueUIItems.Length;