7 writes to HideSelection
System.Messaging (1)
System\Messaging\Design\QueuePathDialog.cs (1)
238this.enterprise.HideSelection = false;
System.Web.Mobile (2)
UI\MobileControls\Design\StylesEditorDialog.cs (1)
221_tvDefinedStyles.HideSelection = false;
UI\MobileControls\Design\Util\EditableTreeList.cs (1)
76TvList.HideSelection = false;
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (1)
654this.HideSelection = false;
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
380this.designerTreeView.HideSelection = false;
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
800this.artifactTreeView.HideSelection = false;
AuthoringOM\Design\DocumentOutline.cs (1)
67this.treeView.HideSelection = false;
2 references to HideSelection
System.Windows.Forms (2)
winforms\Managed\System\WinForms\TreeView.cs (2)
373if (!HideSelection) 507if (HideSelection != value) {