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