1 write to _childIndex
PresentationFramework (1)
src\Framework\System\Windows\FrameworkElementFactory.cs (1)
633
_childIndex
= StyleHelper.CreateChildIndexFromChildName(_childName, _frameworkTemplate);
7 references to _childIndex
PresentationFramework (7)
src\Framework\System\Windows\FrameworkElementFactory.cs (5)
728
if (StyleHelper.HasResourceDependentsForChild(
_childIndex
, ref resourceDependents))
735
UpdateChildChains( _childName,
_childIndex
,
745
if (
_childIndex
!= -1)
749
StyleHelper.CreateInstanceDataForChild(dataField, container, treeNode,
_childIndex
,
827
_childIndex
,
src\Framework\System\Windows\StyleHelper.cs (2)
881
StyleHelper.AddEventDependent(factory.
_childIndex
, factory.EventHandlersStore,
2376
if (root.
_childIndex
== childIndex)