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