15 references to TV_FIRST
UIAutomationClientSideProviders (15)
MS\Win32\NativeMethods.cs (15)
178
internal const int TVM_EXPAND = (
TV_FIRST
+ 2);
179
internal const int TVM_GETITEMRECT = (
TV_FIRST
+ 4);
180
internal const int TVM_GETCOUNT = (
TV_FIRST
+ 5);
181
internal const int TVM_GETNEXTITEM = (
TV_FIRST
+ 10);
182
internal const int TVM_SELECTITEM = (
TV_FIRST
+ 11);
183
internal const int TVM_HITTEST = (
TV_FIRST
+ 17);
184
internal const int TVM_ENSUREVISIBLE = (
TV_FIRST
+ 20);
185
internal const int TVM_ENDEDITLABELNOW = (
TV_FIRST
+ 22);
186
internal const int TVM_GETTOOLTIPS = (
TV_FIRST
+ 25);
187
internal const int TVM_GETITEMSTATE = (
TV_FIRST
+ 39);
188
internal const int TVM_MAPACCIDTOHTREEITEM = (
TV_FIRST
+ 42);
189
internal const int TVM_MAPHTREEITEMTOACCID = (
TV_FIRST
+ 43);
190
internal const int TVM_GETITEMW = (
TV_FIRST
+ 62);
191
internal const int TVM_SETITEMW = (
TV_FIRST
+ 63);
192
internal const int TVM_EDITLABELW = (
TV_FIRST
+ 65);