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