4 references to CCM_SETVERSION
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListView\ListView.cs (1)
4536
PInvokeCore.SendMessage(this, PInvoke.
CCM_SETVERSION
, (WPARAM)5);
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
1859
PInvokeCore.SendMessage(this, PInvoke.
CCM_SETVERSION
, 5);
System.Windows.Forms.Tests (2)
System\Windows\Forms\ListViewTests.cs (1)
2025
else if (m.Msg == (int)PInvoke.
CCM_SETVERSION
)
System\Windows\Forms\TreeViewTests.cs (1)
1718
else if (m.Msg == (int)PInvoke.
CCM_SETVERSION
)