1 write to Conditions
PresentationFramework (1)
System\Windows\StyleHelper.cs (1)
526
valueLookup.
Conditions
= propertyValue.Conditions;
9 references to Conditions
PresentationFramework (9)
System\Windows\StyleHelper.cs (9)
5774
if(
Conditions
== null &&
5775
other.
Conditions
== null )
5781
if(
Conditions
== null ||
5782
other.
Conditions
== null )
5789
if(
Conditions
.Length == other.
Conditions
.Length )
5792
for( int i = 0; i <
Conditions
.Length; i++ )
5794
if( !
Conditions
[i].TypeSpecificEquals(other.
Conditions
[i]) )