8 references to ItemBoundsPortion
System.Windows.Forms (8)
_generated\1\Validation.cs (2)
358
public static void Validate(System.Windows.Forms.
ItemBoundsPortion
enumToValidate, string parameterName = "value")
362
ReportEnumValidationError(parameterName, intValue, typeof(System.Windows.Forms.
ItemBoundsPortion
));
System\Windows\Forms\Controls\ListView\ListView.cs (3)
3245
Rectangle iconBounds = GetItemRect(lvi.Index,
ItemBoundsPortion
.Icon);
3579
public Rectangle GetItemRect(int index,
ItemBoundsPortion
portion)
3639
internal Rectangle GetSubItemRect(int itemIndex, int subItemIndex,
ItemBoundsPortion
portion)
System\Windows\Forms\Controls\ListView\ListViewItem.cs (1)
966
public Rectangle GetBounds(
ItemBoundsPortion
portion)
System\Windows\Forms\Controls\ListView\ListViewItem.IKeyboardToolTip.cs (1)
95
Rectangle itemBounds = _listView.GetItemRect(index,
ItemBoundsPortion
.Label);
System\Windows\Forms\Controls\ListView\ListViewItem.ListViewItemImageAccessibleObject.cs (1)
54
internal Rectangle GetImageRectangle() => _owningItem.ListView!.GetItemRect(_owningItem.Index,
ItemBoundsPortion
.Icon);