3 references to GetSubItemRect
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListView\ListView.cs (1)
3641return GetSubItemRect(itemIndex, subItemIndex, 0);
System.Windows.Forms.Tests (1)
System\Windows\Forms\AccessibleObjects\ListVIew.ListViewAccessibleObjectTests.cs (1)
1209listView.PointToScreen(listView.GetSubItemRect(itemIndex, subItemIndex, ItemBoundsPortion.Label).Location);
System.Windows.Forms.UI.IntegrationTests (1)
ListViewTests.cs (1)
327listView.PointToScreen(listView.GetSubItemRect(itemIndex, subItemIndex, ItemBoundsPortion.Label).Location);