15 references to TV_FIRST
UIAutomationClientsideProviders (15)
MS\Win32\NativeMethods.cs (15)
195
internal const int TVM_EXPAND = (
TV_FIRST
+ 2);
196
internal const int TVM_GETITEMRECT = (
TV_FIRST
+ 4);
197
internal const int TVM_GETCOUNT = (
TV_FIRST
+ 5);
198
internal const int TVM_GETNEXTITEM = (
TV_FIRST
+ 10);
199
internal const int TVM_SELECTITEM = (
TV_FIRST
+ 11);
200
internal const int TVM_HITTEST = (
TV_FIRST
+ 17);
201
internal const int TVM_ENSUREVISIBLE = (
TV_FIRST
+ 20);
202
internal const int TVM_ENDEDITLABELNOW = (
TV_FIRST
+ 22);
203
internal const int TVM_GETTOOLTIPS = (
TV_FIRST
+ 25);
204
internal const int TVM_GETITEMSTATE = (
TV_FIRST
+ 39);
205
internal const int TVM_MAPACCIDTOHTREEITEM = (
TV_FIRST
+ 42);
206
internal const int TVM_MAPHTREEITEMTOACCID = (
TV_FIRST
+ 43);
207
internal const int TVM_GETITEMW = (
TV_FIRST
+ 62);
208
internal const int TVM_SETITEMW = (
TV_FIRST
+ 63);
209
internal const int TVM_EDITLABELW = (
TV_FIRST
+ 65);