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