2 writes to CheckBoxes
System.Windows.Forms.Design (2)
System\ComponentModel\Design\ObjectSelectorEditor.Selector.cs (1)
28CheckBoxes = false;
System\Windows\Forms\Design\TreeNodeCollectionEditor.cs (1)
481_treeView1.CheckBoxes = actualTreeView.CheckBoxes;
20 references to CheckBoxes
System.Windows.Forms (19)
System\Windows\Forms\Controls\TreeView\TreeNode.cs (5)
339!_treeView.CheckBoxes || (((int)item.state >> SHIFTVAL) > 1) == CheckedInternal, 1000if (_treeView is not null && !_treeView.CheckBoxes) 1040if (_treeView is not null && !_treeView.CheckBoxes) 1635if (_treeView.CheckBoxes && _treeView.StateImageList is not null) 1849if (tv.CheckBoxes)
System\Windows\Forms\Controls\TreeView\TreeNode.TreeNodeAccessibleObject.cs (4)
40if (_owningTreeView.CheckBoxes) 63if (_owningTreeView.CheckBoxes) 131UIA_PATTERN_ID.UIA_TogglePatternId when _owningTreeView.CheckBoxes => true, 145=> _owningTreeView.CheckBoxes
System\Windows\Forms\Controls\TreeView\TreeView.cs (10)
279if (CheckBoxes != value) 284if (CheckBoxes) 383if (CheckBoxes && IsHandleCreated) 708if ((_stateImageList is null || _stateImageList.Images.Count == 0) && CheckBoxes) 783if (CheckBoxes && (DrawMode == TreeViewDrawMode.OwnerDrawAll)) 1867if (CheckBoxes) 2251if (CheckBoxes && (e.KeyData & Keys.KeyCode) == Keys.Space) 2610if (IsHandleCreated && CheckBoxes) 3179if (CheckBoxes) 3270if (!ValidationCancelled && CheckBoxes)
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\TreeNodeCollectionEditor.cs (1)
481_treeView1.CheckBoxes = actualTreeView.CheckBoxes;