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