6 references to OutlineIconSize
System.Windows.Forms (6)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\CategoryGridEntry.cs (1)
89return 1 + (gridHost?.OutlineIconSize ?? 0) + OutlineIconPadding
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (3)
614int borderWidth = (OwnerGridView?.OutlineIconSize ?? 0) + OutlineIconPadding; 649int outlineSize = OwnerGridView.OutlineIconSize; 1514int borderWidth = ownerGrid.OutlineIconSize + OutlineIconPadding;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
2124int pos = Math.Max(Math.Min(xPosition, widthPS - 10), OutlineIconSize * 2); 4000int outlineRectIconSize = OutlineIconSize;