1 write to Conditions
PresentationFramework (1)
src\Framework\System\Windows\StyleHelper.cs (1)
532
valueLookup.
Conditions
= propertyValue.Conditions;
9 references to Conditions
PresentationFramework (9)
src\Framework\System\Windows\StyleHelper.cs (9)
5780
if(
Conditions
== null &&
5781
other.
Conditions
== null )
5787
if(
Conditions
== null ||
5788
other.
Conditions
== null )
5795
if(
Conditions
.Length == other.
Conditions
.Length )
5798
for( int i = 0; i <
Conditions
.Length; i++ )
5800
if( !
Conditions
[i].TypeSpecificEquals(other.
Conditions
[i]) )