3 references to TVM_GETITEMHEIGHT
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (1)
778
itemHeight = (int)UnsafeNativeMethods.SendMessage(new HandleRef(this, Handle), NativeMethods.
TVM_GETITEMHEIGHT
, 0, 0);
winforms\Managed\System\WinForms\TreeView.cs (2)
793
return unchecked( (int) (long)SendMessage(NativeMethods.
TVM_GETITEMHEIGHT
, 0, 0));
824
itemHeight = unchecked( (int) (long)SendMessage(NativeMethods.
TVM_GETITEMHEIGHT
, 0, 0));