1 write to PropertyValues
PresentationFramework (1)
System\Windows\Style.cs (1)
636PropertyValues = new FrugalStructList<System.Windows.PropertyValue>(style.Setters.Count);
8 references to PropertyValues
PresentationFramework (8)
System\Windows\Style.cs (8)
439for( int i = 0; i < PropertyValues.Count; i++ ) 441if( PropertyValues[i].Property == dp ) 451PropertyValue propertyValue = PropertyValues[existingIndex]; 455PropertyValues[existingIndex] = propertyValue; 466PropertyValues.Add(propertyValue); 634if(PropertyValues.Count == 0) 715for (int i = 0; i < style.PropertyValues.Count; i++) 717PropertyValue propertyValue = style.PropertyValues[i];