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