6 references to CCM_GETVERSION
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListView\ListView.cs (1)
4533
int version = (int)PInvokeCore.SendMessage(this, PInvoke.
CCM_GETVERSION
);
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
1856
int version = (int)PInvokeCore.SendMessage(this, PInvoke.
CCM_GETVERSION
);
System.Windows.Forms.Tests (4)
System\Windows\Forms\ListViewTests.cs (2)
1988
Assert.Equal(version, (int)PInvokeCore.SendMessage(control, PInvoke.
CCM_GETVERSION
));
2018
if (m.Msg == (int)PInvoke.
CCM_GETVERSION
)
System\Windows\Forms\TreeViewTests.cs (2)
1681
Assert.Equal(version, (int)PInvokeCore.SendMessage(control, PInvoke.
CCM_GETVERSION
));
1711
if (m.Msg == (int)PInvoke.
CCM_GETVERSION
)