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