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