1 write to Conditions
PresentationFramework (1)
System\Windows\StyleHelper.cs (1)
511Conditions = propertyValue.Conditions,
9 references to Conditions
PresentationFramework (9)
System\Windows\StyleHelper.cs (9)
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]))