6 references to Label
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListView\ListViewItem.IKeyboardToolTip.cs (1)
95Rectangle itemBounds = _listView.GetItemRect(index, ItemBoundsPortion.Label);
System.Windows.Forms.Tests (4)
System\Windows\Forms\AccessibleObjects\ListVIew.ListViewAccessibleObjectTests.cs (2)
1159listView.PointToScreen(listView.GetItemRect(0, ItemBoundsPortion.Label).Location); 1207listView.PointToScreen(listView.GetSubItemRect(itemIndex, subItemIndex, ItemBoundsPortion.Label).Location);
System\Windows\Forms\ListViewItem.IKeyboardToolTipTests.cs (2)
185: listView.GetItemRect(0, ItemBoundsPortion.Label).Width; 201: listView.GetItemRect(0, ItemBoundsPortion.Label).Width;
System.Windows.Forms.UI.IntegrationTests (1)
ListViewTests.cs (1)
300listView.PointToScreen(listView.GetSubItemRect(itemIndex, subItemIndex, ItemBoundsPortion.Label).Location);