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)
623int borderWidth = (OwnerGridView?.OutlineIconSize ?? 0) + OutlineIconPadding; 658int outlineSize = OwnerGridView.OutlineIconSize; 1523int borderWidth = ownerGrid.OutlineIconSize + OutlineIconPadding;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
2101int pos = Math.Max(Math.Min(xPosition, widthPS - 10), OutlineIconSize * 2); 3962int outlineRectIconSize = OutlineIconSize;