1 write to Conditions
PresentationFramework (1)
System\Windows\StyleHelper.cs (1)
511
Conditions
= propertyValue.Conditions,
9 references to Conditions
PresentationFramework (9)
System\Windows\StyleHelper.cs (9)
5765
if (
Conditions
== null &&
5766
other.
Conditions
== null)
5772
if (
Conditions
== null ||
5773
other.
Conditions
== null)
5780
if (
Conditions
.Length == other.
Conditions
.Length)
5783
for (int i = 0; i <
Conditions
.Length; i++)
5785
if (!
Conditions
[i].TypeSpecificEquals(other.
Conditions
[i]))