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