1 write to Conditions
PresentationFramework (1)
System\Windows\StyleHelper.cs (1)
511Conditions = propertyValue.Conditions,
17 references to Conditions
PresentationFramework (17)
System\Windows\StyleHelper.cs (17)
2642if( valueLookupList.List[i].Conditions != null ) 2647for (int j = 0; triggerMatch && j < valueLookupList.List[i].Conditions.Length; j++) 2657int sourceChildIndex = valueLookupList.List[i].Conditions[j].SourceChildIndex; 2670DependencyProperty sourceProperty = valueLookupList.List[i].Conditions[j].Property; 2691triggerMatch = valueLookupList.List[i].Conditions[j].Match(state); 2699state = GetDataTriggerValue(dataField, container, valueLookupList.List[i].Conditions[j].Binding); 2700triggerMatch = valueLookupList.List[i].Conditions[j].ConvertAndMatch(state); 3060TriggerCondition[] conditions = valueLookupList.List[i].Conditions; 5765if (Conditions == null && 5766other.Conditions == null) 5772if (Conditions == null || 5773other.Conditions == null) 5780if (Conditions.Length == other.Conditions.Length) 5783for (int i = 0; i < Conditions.Length; i++) 5785if (!Conditions[i].TypeSpecificEquals(other.Conditions[i]))