3 references to TVM_SETITEMHEIGHT
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (1)
780UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.TVM_SETITEMHEIGHT, itemHeight, 0);
winforms\Managed\System\WinForms\TreeView.cs (2)
823SendMessage(NativeMethods.TVM_SETITEMHEIGHT, value, 0); 2030SendMessage(NativeMethods.TVM_SETITEMHEIGHT, ItemHeight, 0);