2 writes to FixedIndex
System.Windows.Forms (2)
winforms\Managed\System\WinForms\TreeNodeCollection.cs (2)
250owner.Nodes.FixedIndex = owner.childCount; 255owner.Nodes.FixedIndex = -1;
2 references to FixedIndex
System.Windows.Forms (2)
winforms\Managed\System\WinForms\TreeNode.cs (1)
807int fixedInd = parent.Nodes.FixedIndex;
winforms\Managed\System\WinForms\TreeNodeCollection.cs (1)
331int fixedIndex = owner.Nodes.FixedIndex;