3 writes to SourceChildIndex
PresentationFramework (3)
src\Framework\System\Windows\StyleHelper.cs (3)
939conditions[k].SourceChildIndex = StyleHelper.QueryChildIndexFromChildName(conditions[k].SourceName, childIndexFromChildID); 5846SourceChildIndex = 0; 5863SourceChildIndex = 0;
5 references to SourceChildIndex
PresentationFramework (5)
src\Framework\System\Windows\MultiTrigger.cs (1)
130Debug.Assert( TriggerConditions[i].SourceChildIndex == 0,
src\Framework\System\Windows\StyleHelper.cs (3)
565int sourceChildIndex = propertyValue.Conditions[i].SourceChildIndex; 4924if( conditions[i].SourceChildIndex != 0 ) 4928triggerChildId = conditions[i].SourceChildIndex;
src\Framework\System\Windows\Trigger.cs (1)
241Debug.Assert( TriggerConditions[0].SourceChildIndex == 0,