1 write to PropertyValues
PresentationFramework (1)
System\Windows\Style.cs (1)
613PropertyValues = new FrugalStructList<System.Windows.PropertyValue>(style.Setters.Count);
8 references to PropertyValues
PresentationFramework (8)
System\Windows\Style.cs (8)
426for( int i = 0; i < PropertyValues.Count; i++ ) 428if( PropertyValues[i].Property == dp ) 438PropertyValue propertyValue = PropertyValues[existingIndex]; 442PropertyValues[existingIndex] = propertyValue; 455PropertyValues.Add(propertyValue); 611if(PropertyValues.Count == 0) 692for (int i = 0; i < style.PropertyValues.Count; i++) 694PropertyValue propertyValue = style.PropertyValues[i];