13 references to dwItemSpec
System.Windows.Forms (13)
System\Windows\Forms\Controls\ListView\ListView.cs (8)
2633int itemIndex = (int)nmcd->nmcd.dwItemSpec; 2651Items[(int)nmcd->nmcd.dwItemSpec], 2653(int)nmcd->nmcd.dwItemSpec, 2697itemIndex = (int)nmcd->nmcd.dwItemSpec; 2763ListViewItem item = Items[(int)nmcd->nmcd.dwItemSpec]; 2779LIST_VIEW_ITEM_STATE_FLAGS realState = GetItemState((int)nmcd->nmcd.dwItemSpec); 6064(int)nmcd->dwItemSpec, 6065_columnHeaders![(int)nmcd->dwItemSpec],
System\Windows\Forms\Controls\TreeView\TreeView.cs (4)
2705Debug.Assert(nmtvcd->nmcd.dwItemSpec != 0, "Invalid node handle in ITEMPREPAINT"); 2706TreeNode? node = NodeFromHandle((nint)nmtvcd->nmcd.dwItemSpec); 2800Debug.Assert(nmtvcd->nmcd.dwItemSpec != 0, "Invalid node handle in ITEMPOSTPAINT"); 2803node = NodeFromHandle((nint)nmtvcd->nmcd.dwItemSpec);
System\Windows\Forms\Design\ComponentEditorForm.PageSelector.cs (1)
210TreeNode? itemNode = TreeNode.FromHandle(this, (nint)nmtvcd->nmcd.dwItemSpec);