1 write to Conditions
PresentationFramework (1)
System\Windows\StyleHelper.cs (1)
519Conditions = propertyValue.Conditions,
9 references to Conditions
PresentationFramework (9)
System\Windows\StyleHelper.cs (9)
5778if (Conditions == null && 5779other.Conditions == null) 5785if (Conditions == null || 5786other.Conditions == null) 5793if (Conditions.Length == other.Conditions.Length) 5796for (int i = 0; i < Conditions.Length; i++) 5798if (!Conditions[i].TypeSpecificEquals(other.Conditions[i]))