1 write to _childIndex
PresentationFramework (1)
System\Windows\FrameworkElementFactory.cs (1)
611_childIndex = StyleHelper.CreateChildIndexFromChildName(_childName, _frameworkTemplate);
7 references to _childIndex
PresentationFramework (7)
System\Windows\FrameworkElementFactory.cs (5)
706if (StyleHelper.HasResourceDependentsForChild(_childIndex, ref resourceDependents)) 713UpdateChildChains( _childName, _childIndex, 723if (_childIndex != -1) 727StyleHelper.CreateInstanceDataForChild(dataField, container, treeNode, _childIndex, 805_childIndex,
System\Windows\StyleHelper.cs (2)
881StyleHelper.AddEventDependent(factory._childIndex, factory.EventHandlersStore, 2376if (root._childIndex == childIndex)