3 writes to SourceChildIndex
PresentationFramework (3)
System\Windows\StyleHelper.cs (3)
933conditions[k].SourceChildIndex = StyleHelper.QueryChildIndexFromChildName(conditions[k].SourceName, childIndexFromChildID); 5840SourceChildIndex = 0; 5857SourceChildIndex = 0;
5 references to SourceChildIndex
PresentationFramework (5)
System\Windows\MultiTrigger.cs (1)
128Debug.Assert( TriggerConditions[i].SourceChildIndex == 0,
System\Windows\StyleHelper.cs (3)
559int sourceChildIndex = propertyValue.Conditions[i].SourceChildIndex; 4918if( conditions[i].SourceChildIndex != 0 ) 4922triggerChildId = conditions[i].SourceChildIndex;
System\Windows\Trigger.cs (1)
236Debug.Assert( TriggerConditions[0].SourceChildIndex == 0,