1 write to Conditions
PresentationFramework (1)
System\Windows\StyleHelper.cs (1)
515Conditions = propertyValue.Conditions,
9 references to Conditions
PresentationFramework (9)
System\Windows\StyleHelper.cs (9)
5768if (Conditions == null && 5769other.Conditions == null) 5775if (Conditions == null || 5776other.Conditions == null) 5783if (Conditions.Length == other.Conditions.Length) 5786for (int i = 0; i < Conditions.Length; i++) 5788if (!Conditions[i].TypeSpecificEquals(other.Conditions[i]))