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