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