1 write to PropertyValues
PresentationFramework (1)
System\Windows\Style.cs (1)
646PropertyValues = new FrugalStructList<System.Windows.PropertyValue>(style.Setters.Count);
8 references to PropertyValues
PresentationFramework (8)
System\Windows\Style.cs (8)
449for( int i = 0; i < PropertyValues.Count; i++ ) 451if( PropertyValues[i].Property == dp ) 461PropertyValue propertyValue = PropertyValues[existingIndex]; 465PropertyValues[existingIndex] = propertyValue; 476PropertyValues.Add(propertyValue); 644if(PropertyValues.Count == 0) 725for (int i = 0; i < style.PropertyValues.Count; i++) 727PropertyValue propertyValue = style.PropertyValues[i];