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