1 write to PropertyValues
PresentationFramework (1)
src\Framework\System\Windows\Style.cs (1)
652PropertyValues = new FrugalStructList<System.Windows.PropertyValue>(style.Setters.Count);
8 references to PropertyValues
PresentationFramework (8)
src\Framework\System\Windows\Style.cs (8)
455for( int i = 0; i < PropertyValues.Count; i++ ) 457if( PropertyValues[i].Property == dp ) 467PropertyValue propertyValue = PropertyValues[existingIndex]; 471PropertyValues[existingIndex] = propertyValue; 482PropertyValues.Add(propertyValue); 650if(PropertyValues.Count == 0) 731for (int i = 0; i < style.PropertyValues.Count; i++) 733PropertyValue propertyValue = style.PropertyValues[i];