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