4 writes to ShowRootLines
System.Web.Mobile (2)
UI\MobileControls\Design\StylesEditorDialog.cs (1)
223_tvDefinedStyles.ShowRootLines = false;
UI\MobileControls\Design\Util\EditableTreeList.cs (1)
78TvList.ShowRootLines = false;
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (1)
661this.ShowRootLines = false;
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
378this.designerTreeView.ShowRootLines = false;
2 references to ShowRootLines
System.Windows.Forms (2)
winforms\Managed\System\WinForms\TreeView.cs (2)
381if (ShowRootLines) 1236if (ShowRootLines != value) {