3 writes to ItemHeight
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
381this.designerTreeView.ItemHeight = Math.Max(this.designerTreeView.ItemHeight, 18);
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
215this.artifactTreeView.ItemHeight = 16;
AuthoringOM\Design\DocumentOutline.cs (1)
71this.treeView.ItemHeight = Math.Max(this.treeView.ItemHeight, 18);
3 references to ItemHeight
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TreeView.cs (1)
2030SendMessage(NativeMethods.TVM_SETITEMHEIGHT, ItemHeight, 0);
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
381this.designerTreeView.ItemHeight = Math.Max(this.designerTreeView.ItemHeight, 18);
AuthoringOM\Design\DocumentOutline.cs (1)
71this.treeView.ItemHeight = Math.Max(this.treeView.ItemHeight, 18);